aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2007-08-02 17:39:51 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2007-08-02 17:39:51 +0000
commit2ee0c1fb57b65ecef76c0fb14c9d05c4fbec2980 (patch)
tree664197b6c07073fa32d2d6ed03dc3bba70b21eb6 /libstdc++-v3/ChangeLog
parentf29d2cff888dae22fa249de4475b61a3e81a867d (diff)
downloadgcc-2ee0c1fb57b65ecef76c0fb14c9d05c4fbec2980.zip
gcc-2ee0c1fb57b65ecef76c0fb14c9d05c4fbec2980.tar.gz
gcc-2ee0c1fb57b65ecef76c0fb14c9d05c4fbec2980.tar.bz2
DR 660, [Ready] in Toronto.
2007-08-02 Paolo Carlini <pcarlini@suse.de> DR 660, [Ready] in Toronto. * include/bits/stl_function.h (bit_and, bit_or, bit_xor): Add. * testsuite/20_util/function_objects/dr660.cc: New. * docs/html/ext/howto.html: Add an entry for DR 660, update. * docs/html/ext/lwg-closed.html, docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html: Import Revision 49. From-SVN: r127166
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 8af41ef..fa984ec 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,13 @@
+2007-08-02 Paolo Carlini <pcarlini@suse.de>
+
+ DR 660, [Ready] in Toronto.
+ * include/bits/stl_function.h (bit_and, bit_or, bit_xor): Add.
+ * testsuite/20_util/function_objects/dr660.cc: New.
+ * docs/html/ext/howto.html: Add an entry for DR 660, update.
+
+ * docs/html/ext/lwg-closed.html, docs/html/ext/lwg-active.html,
+ docs/html/ext/lwg-defects.html: Import Revision 49.
+
2007-07-30 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/32908