Commit b5dda6c1 by Hans-Peter Nilsson

Fix copypasto in las ChangeLog.

From-SVN: r266019
parent 63100c54
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PR libstdc++-v3/54005 PR libstdc++-v3/54005
* include/bits/atomic_base.h (__atomic_base<_TTp>::is_lock_free(), * 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. with the type-derived _S_alignment instead of __alignof the object.
* include/std/atomic (atomic<T>::is_lock_free()): Likewise. * include/std/atomic (atomic<T>::is_lock_free()): Likewise.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment