Skip to content

Commit 4e6c7f2

Browse files
huixie90ldionne
andauthored
Update libcxx/docs/ABIGuarantees.rst
Co-authored-by: Louis Dionne <[email protected]>
1 parent 156675e commit 4e6c7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/docs/ABIGuarantees.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ CityHash has the problem that it drops some bits on the floor. Fixing the implem
206206
resulting in an ABI break.
207207

208208
``_LIBCPP_ABI_ATOMIC_WAIT_NATIVE_BY_SIZE``
209-
-------------------------------------------------
209+
------------------------------------------
210210
This flag changes the implementation of ``atomic::wait()`` and ``atomic::notify_one()/notify_all()`` to use the
211211
native atomic wait/notify operations on platforms that support them based on the size of the atomic type, instead
212212
of the type itself. This changes the behaviour of ``atomic::wait()`` and ``atomic::notify_one()/notify_all()`` in

0 commit comments

Comments
 (0)