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 e18abaf commit e1d3fa3Copy full SHA for e1d3fa3
libcxx/include/__exception/exception_ptr.h
@@ -39,7 +39,7 @@
39
# if !__has_cpp_attribute(__gnu__::__gnu_inline__)
40
# error "GNU inline attribute is not supported"
41
# endif
42
-# define _LIBCPP_EXPORTED_FROM_LIB_INLINEABLE _LIBCPP_EXPORTED_FROM_ABI [[__gnu__::__gnu_inline__]] inline
+# define _LIBCPP_EXPORTED_FROM_LIB_INLINEABLE [[__gnu__::__gnu_inline__]] _LIBCPP_EXPORTED_FROM_ABI inline
43
#endif
44
45
_LIBCPP_DIAGNOSTIC_PUSH
0 commit comments