We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5503dd5 commit dcf81f7Copy full SHA for dcf81f7
system/include/libcxx/__config
@@ -648,6 +648,8 @@ template <unsigned> struct __static_assert_check {};
648
#define _LIBCPP_ELAST __ELASTERROR
649
#elif defined(__APPLE__)
650
// Not _LIBCPP_ELAST needed on Apple
651
+#elif defined(__EMSCRIPTEN__)
652
+#define _LIBCPP_ELAST 256
653
#else
654
// Warn here so that the person doing the libcxx port has an easier time:
655
#warning This platform's ELAST hasn't been ported yet
0 commit comments