d: Merge dmd, druntime c7902293d7, phobos 03aeafd20
[gcc.git] / libstdc++-v3 / testsuite / 23_containers / vector / version.cc
blob0c8e4150abc700587d042e3dc5ec495f0bd36104
1 // { dg-do preprocess { target c++17 } }
2 // { dg-add-options no_pch }
4 #include <vector>
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