Remove extern declaration of std::vector<std::string>::emplace_back to fix compliation with MSVC

This commit is contained in:
Joel Schumacher
2018-10-03 20:02:10 +02:00
parent e1ec98ad64
commit 0499f03891
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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
{