Skip to content

Commit fa35e77

Browse files
committed
Add missing _LIBCPP_NODEBUG markup
1 parent 50fe8eb commit fa35e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__atomic/atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ struct __atomic_waitable_traits<__atomic_base<_Tp, _IsIntegral> > {
233233

234234
template <typename _Tp>
235235
struct __check_atomic_mandates {
236-
using type = _Tp;
236+
using type _LIBCPP_NODEBUG = _Tp;
237237
static_assert(is_trivially_copyable<_Tp>::value, "std::atomic<T> requires that 'T' be a trivially copyable type");
238238
};
239239

0 commit comments

Comments
 (0)