You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit bigtest.hpp to remove lines 30 and 31 defining char16_t and friends
Transfer bigtest.hpp to Linux
Run cargo run -- bigtest.hpp --no-layout-tests --enable-cxx-namespaces -- -std=c++14 on Linux
I'm loath to add bigtest.hpp to here as it may contain OS X copyrighted stuff I guess. I'll see if I can creduce it.
Reproduction:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
cargo run -- test.hpp --no-layout-tests --enable-cxx-namespaces -- -std=c++14
Output:
Note this bit:
_Tp
here is not a type available at this time, so the resultant bindings don't build:I'll try to
creduce
this and report back here whether I succeed or fail.As this depends on the surrounding heade
The text was updated successfully, but these errors were encountered: