repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Refactor ix86_expand_vecop_qihi2.
[gcc.git]
/
libstdc++-v3
/
testsuite
/
23_containers
/
vector
/
bool
/
115098.cc
blob
3df8b801795087aceee8b0b40d0f89699c59fa50
1
// { dg-do compile { target c++11 } }
2
3
#include <vector>
4
5
static_assert
(
6
!
std
::
is_default_constructible
<
std
::
vector
<
bool
>::
reference
>::
value
,
7
"std::vector<bool>::reference is not default constructible"
8
);