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 fc2dc57 commit f16cd7bCopy full SHA for f16cd7b
libcxx/include/__atomic/atomic.h
@@ -147,7 +147,7 @@ template <class _Tp>
147
struct __atomic_base<_Tp, true> : public __atomic_base<_Tp, false> {
148
using __base _LIBCPP_NODEBUG = __atomic_base<_Tp, false>;
149
150
- using difference_type = __base::value_type;
+ using difference_type = typename __base::value_type;
151
152
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 __atomic_base() _NOEXCEPT = default;
153
0 commit comments