OSSIA
Open Scenario System for Interactive Application
instantiations.hpp
1 #pragma once
3 
4 #include <string>
5 #include <vector>
6 extern template class std::vector<int>;
7 extern template class std::vector<std::string>;
8 extern template class std::basic_string<char>;