__BVECTOR
explicit __BVECTOR(const allocator_type& __a = allocator_type())
__BVECTOR(size_type __n, bool __value,
explicit __BVECTOR(size_type __n)
__BVECTOR(const __BVECTOR& __x) : _Base(__x.get_allocator()) {
__BVECTOR(_InputIterator __first, _InputIterator __last,
__BVECTOR(const_iterator __first, const_iterator __last,
__BVECTOR(const bool* __first, const bool* __last,
~__BVECTOR() { }
__BVECTOR& operator=(const __BVECTOR& __x) {
void swap(__BVECTOR& __x) {