mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Remove extern declaration of std::vector<std::string>::emplace_back to fix compliation with MSVC
This commit is contained in:
@@ -22,4 +22,3 @@
|
||||
|
||||
// See the header
|
||||
template class std::vector<std::string>;
|
||||
template decltype(std::vector<std::string>().emplace_back("")) std::vector<std::string>::emplace_back<const char *const&>(const char *const&);
|
||||
|
||||
Reference in New Issue
Block a user