From: Hans-Peter Nilsson Date: Sun, 11 Nov 2018 22:21:28 +0000 (+0000) Subject: Fix copypasto in las ChangeLog. X-Git-Tag: basepoints/gcc-10~3149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5dda6c13bcac977f6183fe8e21b52f1e1dd6a34;p=thirdparty%2Fgcc.git Fix copypasto in las ChangeLog. From-SVN: r266019 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4742ea41f8dd..01a282887cc4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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::is_lock_free()): Likewise.