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
d: Merge dmd, druntime c7902293d7, phobos 03aeafd20
[gcc.git]
/
libstdc++-v3
/
testsuite
/
23_containers
/
vector
/
version.cc
blob
0c8e4150abc700587d042e3dc5ec495f0bd36104
1
// { dg-do preprocess { target c++17 } }
2
// { dg-add-options no_pch }
3
4
#include <vector>
5
6
#if __cpp_lib_allocator_traits_is_always_equal != 201411L
7
# error
"Feature-test macro __cpp_lib_allocator_traits_is_always_equal has wrong value in <version>"
8
#endif