summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-23 17:57:34 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-23 17:57:34 +0000
commitf30ba9ed4dadad75be02fff4e29b003961e13a6d (patch)
tree56ab9f810b9b068268bcb2c33f6c8668c9873fd3 /libstdc++-v3/ChangeLog
parent080349751d856dc55e580c7400f8eeaf5ece66e8 (diff)
downloadgcc-f30ba9ed4dadad75be02fff4e29b003961e13a6d.tar.gz
* include/bits/functional_hash.h: Add specializations for __intN
types. * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp (__gnu_pbds): Guard against values that might exceed size_t's precision. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226117 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c1c905207fc..152887b178f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,11 @@
+2015-07-23 DJ Delorie <dj@redhat.com>
+
+ * include/bits/functional_hash.h: Add specializations for __intN
+ types.
+
+ * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp (__gnu_pbds):
+ Guard against values that might exceed size_t's precision.
+
2015-07-20 Jason Merrill <jason@redhat.com>
* include/bits/c++config: Fix abi_tag in special modes.