diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-03 04:45:03 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-03 04:45:03 +0000 |
commit | f67eb3fd3def8fda099355d3ed11fdda37e56609 (patch) | |
tree | e43c606cbb9e47187cffa75051b67547e9dfc7e7 /libstdc++-v3/include | |
parent | 5c10d801b3efb6897bfce19f9007d0d1ce34c2cc (diff) | |
download | gcc-f67eb3fd3def8fda099355d3ed11fdda37e56609.tar.gz |
2002-06-03 Phil Edwards <pme@gcc.gnu.org>
* docs/doxygen/TODO: Update.
* docs/doxygen/user.cfg.in (SORT_MEMBER_DOCS): Set to off, now that
some class members are in 14882 order.
* docs/html/ext/howto.html: 3.1 is in the past now, not the future.
* include/std/std_bitset.h: Update comment.
* src/bitset.cc: Update comments, clean up spacing.
* src/Makefile.am (sources): Alphabetize for convenience.
* src/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54200 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r-- | libstdc++-v3/include/std/std_bitset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/std_bitset.h b/libstdc++-v3/include/std/std_bitset.h index fe60b01f347..e938662b4ee 100644 --- a/libstdc++-v3/include/std/std_bitset.h +++ b/libstdc++-v3/include/std/std_bitset.h @@ -578,7 +578,7 @@ namespace std * (Note that %bitset does @e not meet the formal requirements of a * <a href="tables.html#65">container</a>. Mainly, it lacks iterators.) * - * The template argument, @a _Nb, may be any nonzero number of type + * The template argument, @a _Nb, may be any non-negative number of type * size_t. * * A %bitset of size N has N % (sizeof(unsigned long) * CHAR_BIT) unused |