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. +