From fc4e97d000c15b74a087f047449534fd1b0cf615 Mon Sep 17 00:00:00 2001 From: paolo Date: Thu, 2 Aug 2007 17:39:51 +0000 Subject: 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127166 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 +++++++++++++++++--------- 4 files changed, 25577 insertions(+), 10102 deletions(-) (limited to 'libstdc++-v3/docs/html') 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. +