diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-23 22:14:56 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-23 22:14:56 +0000 |
| commit | 731b672f9ac80010fb48738d2eaac9768b32efe1 (patch) | |
| tree | f16dc3eecc9e9271a4876d22bcbf54c119f7810f /libstdc++-v3/include/debug/bitset | |
| parent | e839ff990c8e2168c3e44c59ef94949bb91207e2 (diff) | |
| download | ppe42-gcc-731b672f9ac80010fb48738d2eaac9768b32efe1.tar.gz ppe42-gcc-731b672f9ac80010fb48738d2eaac9768b32efe1.zip | |
2007-11-23 Paolo Carlini <pcarlini@suse.de>
* include/std/bitset (bitset<>::all): Add, per DR 693 [Ready].
(_Base_bitset<>::_M_are_all_aux()): Add.
* include/debug/bitset (bitset<>::all): Add.
* testsuite/23_containers/bitset/all/1.cc: New.
* docs/html/ext/howto.html: Add an entry for DR 693.
* include/std/bitset (bitset<0>::set, reset, flip, test): Remove,
not necessary anymore.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130384 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/debug/bitset')
| -rw-r--r-- | libstdc++-v3/include/debug/bitset | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/debug/bitset b/libstdc++-v3/include/debug/bitset index ba677122d74..db4b3c075d0 100644 --- a/libstdc++-v3/include/debug/bitset +++ b/libstdc++-v3/include/debug/bitset @@ -1,7 +1,6 @@ // Debugging bitset implementation -*- C++ -*- -// Copyright (C) 2003, 2004, 2005 -// Free Software Foundation, Inc. +// Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -279,6 +278,7 @@ namespace __debug { return _M_base() != __rhs; } using _Base::test; + using _Base::all; using _Base::any; using _Base::none; |

