mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Remove extern declaration of std::vector<std::string>::emplace_back to fix compliation with MSVC
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
// getNames(), we end up with multiple copies in the object files. This
|
||||
// declaration means we only emit it once (in StringMap.cpp).
|
||||
extern template class std::vector<std::string>;
|
||||
extern template decltype(std::vector<std::string>().emplace_back("")) std::vector<std::string>::emplace_back<const char *const&>(const char *const&);
|
||||
|
||||
namespace love
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user