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 7784396 commit af0c417Copy full SHA for af0c417
libcxx/include/__atomic/atomic_sync.h
@@ -104,7 +104,7 @@ struct __atomic_wait_backoff_impl {
104
memory_order __order_;
105
106
using __waitable_traits _LIBCPP_NODEBUG = __atomic_waitable_traits<__decay_t<_AtomicWaitable> >;
107
- using __value_type _LIBCPP_NODEBUG = typename __waitable_traits::__value_type;
+ using __value_type _LIBCPP_NODEBUG = typename __waitable_traits::__value_type;
108
109
_LIBCPP_HIDE_FROM_ABI bool operator()(chrono::nanoseconds __elapsed) const {
110
if (__elapsed > chrono::microseconds(4)) {
0 commit comments