projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63100c5
)
Fix copypasto in las ChangeLog.
author
Hans-Peter Nilsson
<hp@gcc.gnu.org>
Sun, 11 Nov 2018 22:21:28 +0000
(22:21 +0000)
committer
Hans-Peter Nilsson
<hp@gcc.gnu.org>
Sun, 11 Nov 2018 22:21:28 +0000
(22:21 +0000)
From-SVN: r266019
libstdc++-v3/ChangeLog
patch
|
blob
|
history
diff --git
a/libstdc++-v3/ChangeLog
b/libstdc++-v3/ChangeLog
index 4742ea41f8dd4b78609d144d43fd538486720548..01a282887cc4434230df8adef4b1133d980d7947 100644
(file)
--- 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_
alway
s_lock_free
+ __atomic_base<_PTp*>::is_lock_free()): Call __atomic_
i
s_lock_free
with the type-derived _S_alignment instead of __alignof the object.
* include/std/atomic (atomic<T>::is_lock_free()): Likewise.