aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2010-06-11 15:02:33 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2010-06-11 16:02:33 +0100
commitcff90044727d4ef002a4ad16dbbed230d00f7551 (patch)
tree202f4bc9efc7540d9d1aa709fe573ddf224dca23 /libstdc++-v3/ChangeLog
parentd725a1a5c025055d65ffa52009ee12bec0f34301 (diff)
downloadgcc-cff90044727d4ef002a4ad16dbbed230d00f7551.zip
gcc-cff90044727d4ef002a4ad16dbbed230d00f7551.tar.gz
gcc-cff90044727d4ef002a4ad16dbbed230d00f7551.tar.bz2
tuple (_Swallow_assign::operator=): Add const.
2010-06-11 Jonathan Wakely <jwakely.gcc@gmail.com> * include/std/tuple (_Swallow_assign::operator=): Add const. (ignore): Replace anonymous namespace member with const instance. From-SVN: r160613
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b7c9727..6990691 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-11 Jonathan Wakely <jwakely.gcc@gmail.com>
+
+ * include/std/tuple (_Swallow_assign::operator=): Add const.
+ (ignore): Replace anonymous namespace member with const instance.
+
2010-06-10 Suresh Gumpula <suresh.gumpula@amd.com>
PR libstdc++/43918