We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332d076 commit 5ba3744Copy full SHA for 5ba3744
system/lib/libcxx/include/__config
@@ -1,6 +1,3 @@
1
-// XXX EMSCRIPTEN: macros that would ordinarily be added from __config_site.in
2
-#define _LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS
3
-
4
// -*- C++ -*-
5
//===--------------------------- __config ---------------------------------===//
6
//
system/lib/libcxx/include/__config_site
@@ -1,3 +1,4 @@
// Set the LIBCPP ABI version 2 under emscripten so that we get nicely aligned string
// data and other nice fixes.
#define _LIBCPP_ABI_VERSION 2
+#define _LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS
0 commit comments