diff options
Diffstat (limited to 'libstdc++-v3/doc/html/manual/bitset.html')
-rw-r--r-- | libstdc++-v3/doc/html/manual/bitset.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/doc/html/manual/bitset.html b/libstdc++-v3/doc/html/manual/bitset.html index 9cff276218f..0d9fbeb2088 100644 --- a/libstdc++-v3/doc/html/manual/bitset.html +++ b/libstdc++-v3/doc/html/manual/bitset.html @@ -49,7 +49,7 @@ that space savings. </p><p> The problem is that <code class="code">vector<bool></code> doesn't - behave like a normal vector anymore. There have been recent + behave like a normal vector anymore. There have been journal articles which discuss the problems (the ones by Herb Sutter in the May and July/August 1999 issues of C++ Report cover it well). Future revisions of the ISO C++ Standard will change |