summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/debug/bitset
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-17 20:38:33 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-17 20:38:33 +0000
commit5cb6199de0c9bc65a9bcf97d149906e4cda4f497 (patch)
tree23e5e81465acd13cd2a2635509863fd3501a3683 /libstdc++-v3/include/debug/bitset
parent247f7e36024cec5895db659c15213259130ade57 (diff)
downloadppe42-gcc-5cb6199de0c9bc65a9bcf97d149906e4cda4f497.tar.gz
ppe42-gcc-5cb6199de0c9bc65a9bcf97d149906e4cda4f497.zip
2009-11-17 Benjamin Kosnik <bkoz@redhat.com>
* include/debug/bitset: Add doxygen markup. * include/debug/deque: Same. * include/debug/list: Same. * include/debug/map.h: Same. * include/debug/multimap.h: Same. * include/debug/set.h: Same. * include/debug/multiset.h: Same. * include/debug/unordered_map: Same. * include/debug/unordered_set: Same. * include/debug/string: Same. * include/debug/vector: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154268 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/debug/bitset')
-rw-r--r--libstdc++-v3/include/debug/bitset2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/debug/bitset b/libstdc++-v3/include/debug/bitset
index b4934423b80..c6203d9a985 100644
--- a/libstdc++-v3/include/debug/bitset
+++ b/libstdc++-v3/include/debug/bitset
@@ -38,6 +38,7 @@ namespace std
{
namespace __debug
{
+ /// Class std::bitset with additional safety/checking/debug instrumentation.
template<size_t _Nb>
class bitset
: public _GLIBCXX_STD_D::bitset<_Nb>,
@@ -363,6 +364,7 @@ namespace __debug
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
const bitset<_Nb>& __x)
{ return __os << __x._M_base(); }
+
} // namespace __debug
} // namespace std
OpenPOWER on IntegriCloud