Fix copypasto in las ChangeLog.

From-SVN: r266019
This commit is contained in:
Hans-Peter Nilsson 2018-11-11 22:21:28 +00:00
parent 63100c5433
commit b5dda6c13b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
PR libstdc++-v3/54005
* include/bits/atomic_base.h (__atomic_base<_TTp>::is_lock_free(),
__atomic_base<_PTp*>::is_lock_free()): Call __atomic_always_lock_free
__atomic_base<_PTp*>::is_lock_free()): Call __atomic_is_lock_free
with the type-derived _S_alignment instead of __alignof the object.
* include/std/atomic (atomic<T>::is_lock_free()): Likewise.