Skip to content

Commit e1d3fa3

Browse files
committed
Fix Windows?
1 parent e18abaf commit e1d3fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__exception/exception_ptr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# if !__has_cpp_attribute(__gnu__::__gnu_inline__)
4040
# error "GNU inline attribute is not supported"
4141
# endif
42-
# define _LIBCPP_EXPORTED_FROM_LIB_INLINEABLE _LIBCPP_EXPORTED_FROM_ABI [[__gnu__::__gnu_inline__]] inline
42+
# define _LIBCPP_EXPORTED_FROM_LIB_INLINEABLE [[__gnu__::__gnu_inline__]] _LIBCPP_EXPORTED_FROM_ABI inline
4343
#endif
4444

4545
_LIBCPP_DIAGNOSTIC_PUSH

0 commit comments

Comments
 (0)