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 c8bd1b5 commit d4c2c26Copy full SHA for d4c2c26
libcxx/include/__atomic/atomic_ref.h
@@ -335,7 +335,6 @@ struct atomic_ref<_Tp> : public __atomic_ref_base<_Tp> {
335
_LIBCPP_HIDE_FROM_ABI _Tp operator-=(_Tp __arg) const noexcept { return fetch_sub(__arg) - __arg; }
336
};
337
338
-
339
template <class _Tp>
340
struct atomic_ref<_Tp*> : public __atomic_ref_base<_Tp*> {
341
using __base = __atomic_ref_base<_Tp*>;
0 commit comments