Refactor ix86_expand_vecop_qihi2.
[gcc.git] / libstdc++-v3 / testsuite / 23_containers / vector / bool / 115098.cc
blob3df8b801795087aceee8b0b40d0f89699c59fa50
1 // { dg-do compile { target c++11 } }
3 #include <vector>
5 static_assert(
6 !std::is_default_constructible<std::vector<bool>::reference>::value,
7 "std::vector<bool>::reference is not default constructible"
8 );