diff options
Diffstat (limited to 'libcxx/include/exception')
| -rw-r--r-- | libcxx/include/exception | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/exception b/libcxx/include/exception index b517486b5a8..79bd6ac2ae3 100644 --- a/libcxx/include/exception +++ b/libcxx/include/exception @@ -259,7 +259,7 @@ struct __throw_with_nested; template <class _Tp, class _Up> struct __throw_with_nested<_Tp, _Up, true> { - _LIBCPP_NORETURN static inline _LIBCPP_INLINE_VISIBILITY void + _LIBCPP_NORETURN static inline _LIBCPP_ALWAYS_INLINE void #ifndef _LIBCPP_CXX03_LANG __do_throw(_Tp&& __t) #else @@ -272,7 +272,7 @@ struct __throw_with_nested<_Tp, _Up, true> { template <class _Tp, class _Up> struct __throw_with_nested<_Tp, _Up, false> { - _LIBCPP_NORETURN static inline _LIBCPP_INLINE_VISIBILITY void + _LIBCPP_NORETURN static inline _LIBCPP_ALWAYS_INLINE void #ifndef _LIBCPP_CXX03_LANG __do_throw(_Tp&& __t) #else |

