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/docs/html | |
| 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/docs/html')
| -rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index cb0a74e4687..3171355ff87 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -639,6 +639,12 @@ <dd>Add the missing operations. </dd> + <dt><a href="lwg-active.html#693">693</a>: + <em>std::bitset::all() missing</em> + </dt> + <dd>Add it, consistently with the discussion. + </dd> + <dt><a href="lwg-active.html#695">695</a>: <em>ctype<char>::classic_table() not accessible</em> </dt> |

