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 8b62748 commit c38b767Copy full SHA for c38b767
libcxx/include/__exception/exception_ptr.h
@@ -36,10 +36,10 @@
36
#ifdef _LIBCPP_EMIT_CODE_FOR_EXCEPTION_PTR
37
# define _LIBCPP_EXPORTED_FROM_LIB_INLINEABLE _LIBCPP_EXPORTED_FROM_ABI
38
#else
39
-# if !__has_cpp_attribute(gnu::gnu_inline)
+# if !__has_cpp_attribute(__gnu__::__gnu_inline__)
40
# error "GNU inline attribute is not supported"
41
# endif
42
-# define _LIBCPP_EXPORTED_FROM_LIB_INLINEABLE [[gnu::gnu_inline]] inline
+# define _LIBCPP_EXPORTED_FROM_LIB_INLINEABLE [[__gnu__::__gnu_inline__]] inline
43
#endif
44
45
_LIBCPP_DIAGNOSTIC_PUSH
0 commit comments