mirror of https://github.com/mono/CppSharp.git
c-sharpdotnetmonobindingsbridgecclangcpluspluscppsharpglueinteropparserparsingpinvokeswigsyntax-treevisitorsxamarinxamarin-bindings
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
304 B
8 lines
304 B
#include <string> |
|
#include <vector> |
|
#include <map> |
|
#include <unordered_map> |
|
|
|
template class __declspec(dllexport) std::allocator<char>; |
|
template class __declspec(dllexport) std::char_traits<char>; |
|
template class __declspec(dllexport) std::basic_string<char, std::char_traits<char>, std::allocator<char>>; |