std_bitset.h: Minor formatting fixes.

2004-05-16  Paolo Carlini  <pcarlini@suse.de>

	* include/std/std_bitset.h: Minor formatting fixes.

From-SVN: r81917
This commit is contained in:
Paolo Carlini 2004-05-16 17:45:29 +00:00 committed by Paolo Carlini
parent 08f7c2eb78
commit 5a4db26d01
2 changed files with 16 additions and 12 deletions

View File

@ -1,3 +1,7 @@
2004-05-16 Paolo Carlini <pcarlini@suse.de>
* include/std/std_bitset.h: Minor formatting fixes.
2004-05-16 Paolo Carlini <pcarlini@suse.de>
* include/ext/mt_allocator.h (__mt_alloc<>::deallocate):

View File

@ -340,11 +340,11 @@ namespace _GLIBCXX_STD
_Base_bitset(void)
: _M_w(0)
{}
{ }
_Base_bitset(unsigned long __val)
: _M_w(__val)
{}
{ }
static size_t
_S_whichword(size_t __pos )
@ -464,10 +464,10 @@ namespace _GLIBCXX_STD
typedef unsigned long _WordT;
_Base_bitset()
{}
{ }
_Base_bitset(unsigned long)
{}
{ }
static size_t
_S_whichword(size_t __pos )
@ -505,35 +505,35 @@ namespace _GLIBCXX_STD
void
_M_do_and(const _Base_bitset<0>&)
{}
{ }
void
_M_do_or(const _Base_bitset<0>&)
{}
{ }
void
_M_do_xor(const _Base_bitset<0>&)
{}
{ }
void
_M_do_left_shift(size_t)
{}
{ }
void
_M_do_right_shift(size_t)
{}
{ }
void
_M_do_flip()
{}
{ }
void
_M_do_set()
{}
{ }
void
_M_do_reset()
{}
{ }
// Are all empty bitsets equal to each other? Are they equal to
// themselves? How to compare a thing which has no state? What is