diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2014-01-15 16:55:34 +0000 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2014-01-15 16:55:34 +0000 |
commit | 9b7dc56e48a2af8659c1ff354d76988762898f85 (patch) | |
tree | 842786414b7d118565a621e4dfc2857a7af7d998 | |
parent | 1bb59e05ad0b81a2e56aded8fc1d86acab9f56fb (diff) | |
download | gcc-9b7dc56e48a2af8659c1ff354d76988762898f85.zip gcc-9b7dc56e48a2af8659c1ff354d76988762898f85.tar.gz gcc-9b7dc56e48a2af8659c1ff354d76988762898f85.tar.bz2 |
Add missing PR reference in ChangeLog.
From-SVN: r206633
-rw-r--r-- | libstdc++-v3/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4da658b..18b44da 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,6 @@ 2014-01-15 François Dumont <fdumont@gcc.gnu.org> + PR libstdc++/59712 * include/bits/hashtable_policy.h: Fix some long lines. * include/bits/hashtable.h (__hash_code_base_access): Define and use it to check its _M_bucket_index noexcept qualification. Use |