diff options
| author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-21 19:38:35 +0000 |
|---|---|---|
| committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-21 19:38:35 +0000 |
| commit | ea7bcfa14191be2fa6e088e88b2878015153caab (patch) | |
| tree | 1c31336cdfeff923f53c1b30eceec959e8b95b5b /libstdc++-v3/ChangeLog | |
| parent | 61364c598959d1bccf53fb8180f3e3b3797d40b1 (diff) | |
| download | ppe42-gcc-ea7bcfa14191be2fa6e088e88b2878015153caab.tar.gz ppe42-gcc-ea7bcfa14191be2fa6e088e88b2878015153caab.zip | |
PR libstdc++/56267
* include/bits/hashtable.h (__cache_default): Do not depend on
whether the hash function is DefaultConstructible or CopyAssignable.
(_Hashtable): Adjust static assertions.
* doc/xml/manual/containers.xml (containers.unordered.cache): Update.
* testsuite/23_containers/unordered_set/instantiation_neg.cc: Adjust
dg-error line number.
* testsuite/23_containers/unordered_set/
not_default_constructible_hash_neg.cc: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206904 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
| -rw-r--r-- | libstdc++-v3/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c25e0f31b5c..879efe887a1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,15 @@ +2014-01-21 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/56267 + * include/bits/hashtable.h (__cache_default): Do not depend on + whether the hash function is DefaultConstructible or CopyAssignable. + (_Hashtable): Adjust static assertions. + * doc/xml/manual/containers.xml (containers.unordered.cache): Update. + * testsuite/23_containers/unordered_set/instantiation_neg.cc: Adjust + dg-error line number. + * testsuite/23_containers/unordered_set/ + not_default_constructible_hash_neg.cc: Remove. + 2014-01-20 François Dumont <fdumont@gcc.gnu.org> * scripts/create_testsuite_files: Add testsuite/experimental in |

