Sign in
gnu
/
gcc
/
master
/
.
/
libstdc++-v3
/
testsuite
/
23_containers
/
vector
/
bool
/
115098.cc
blob: 3df8b801795087aceee8b0b40d0f89699c59fa50 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
#include
<vector>
static_assert
(
!
std
::
is_default_constructible
<
std
::
vector
<bool>
::
reference
>::
value
,
"std::vector<bool>::reference is not default constructible"
);