OpenMP: Fix typo in atomic directive error message
[gcc.git] / libstdc++-v3 / testsuite / 23_containers / set / version.cc
blobeb49b2353c3fe0a3d7b447595e9999c718bfde4f
1 // { dg-do preprocess { target c++17 } }
2 // { dg-add-options no_pch }
4 #include <set>
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