Skip to content

Commit aea3d05

Browse files
committed
Re-generate macOS parser bindings.
1 parent 91f0236 commit aea3d05

File tree

8 files changed

+43797
-206
lines changed

8 files changed

+43797
-206
lines changed

src/CppParser/Bindings/CSharp/arm64-apple-darwin12.4.0/CppSharp.CppParser-symbols.cpp

Lines changed: 378 additions & 0 deletions
Large diffs are not rendered by default.

src/CppParser/Bindings/CSharp/arm64-apple-darwin12.4.0/CppSharp.CppParser.cs

Lines changed: 42514 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
2+
#define _LIBCPP_HIDE_FROM_ABI
3+
4+
#include <string>
5+
#include <new>
6+
7+
template std::allocator<char>::allocator() noexcept;
8+
template std::basic_string<char, std::char_traits<char>, std::allocator<char>>::basic_string() noexcept(true);
9+
template std::basic_string<char, std::char_traits<char>, std::allocator<char>>::~basic_string() noexcept;
10+
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*);
11+
template const char* std::basic_string<char, std::char_traits<char>, std::allocator<char>>::data() const noexcept;

0 commit comments

Comments
 (0)