From 2ee0c1fb57b65ecef76c0fb14c9d05c4fbec2980 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 2 Aug 2007 17:39:51 +0000 Subject: [PATCH] DR 660, [Ready] in Toronto. 2007-08-02 Paolo Carlini 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 --- libstdc++-v3/ChangeLog | 10 + libstdc++-v3/docs/html/ext/howto.html | 12 +- libstdc++-v3/docs/html/ext/lwg-active.html | 10787 ++++++--- libstdc++-v3/docs/html/ext/lwg-closed.html | 5121 +++- libstdc++-v3/docs/html/ext/lwg-defects.html | 19759 ++++++++++------ libstdc++-v3/include/bits/stl_function.h | 26 + .../20_util/function_objects/dr660.cc | 42 + 7 files changed, 25655 insertions(+), 10102 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/dr660.cc diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8af41ef6f1f..fa984ec3da5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,13 @@ +2007-08-02 Paolo Carlini + + 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 PR libstdc++/32908 diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index fff3410180f..73881ed0296 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -592,7 +592,7 @@
Construct a linear_congruential engine and seed with it.
-
526: +
526: Is it undefined if a function in the standard changes in parameters?
@@ -613,17 +613,23 @@
Add an auto_ptr<void> specialization.
-
543: +
543: valarray slice default constructor
Follow the straightforward proposed resolution.
-
586: +
586: string inserter not a formatted function
Change it to be a formatted output function (i.e. catch exceptions).
+ +
660: + Missing bitwise operations +
+
Add the missing operations. +