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 156675e commit 4e6c7f2Copy full SHA for 4e6c7f2
libcxx/docs/ABIGuarantees.rst
@@ -206,7 +206,7 @@ CityHash has the problem that it drops some bits on the floor. Fixing the implem
206
resulting in an ABI break.
207
208
``_LIBCPP_ABI_ATOMIC_WAIT_NATIVE_BY_SIZE``
209
--------------------------------------------------
+------------------------------------------
210
This flag changes the implementation of ``atomic::wait()`` and ``atomic::notify_one()/notify_all()`` to use the
211
native atomic wait/notify operations on platforms that support them based on the size of the atomic type, instead
212
of the type itself. This changes the behaviour of ``atomic::wait()`` and ``atomic::notify_one()/notify_all()`` in
0 commit comments