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.
13 lines
750 B
13 lines
750 B
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS |
|
#define _LIBCPP_HIDE_FROM_ABI |
|
#define _LIBCPP_NO_ABI_TAG |
|
|
|
#include <string> |
|
#include <new> |
|
|
|
template std::allocator<char>::allocator() noexcept; |
|
template std::allocator<char>::~allocator() noexcept; |
|
template std::basic_string<char, std::char_traits<char>, std::allocator<char>>::basic_string() noexcept(true); |
|
template std::basic_string<char, std::char_traits<char>, std::allocator<char>>::~basic_string() noexcept; |
|
template std::basic_string<char, std::char_traits<char>, std::allocator<char>>& std::basic_string<char, std::char_traits<char>, std::allocator<char>>::assign(const char*); |
|
template const char* std::basic_string<char, std::char_traits<char>, std::allocator<char>>::data() const noexcept;
|
|
|