summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/headers/string/version.cc
blob: a546b75b3fee1ce7928d1ba3b3951636df337831 (plain)
1
2
3
4
5
6
7
8
// { dg-do preprocess { target c++17 } }
// { dg-add-options no_pch }

#include <string>

#if __cpp_lib_allocator_traits_is_always_equal != 201411L
# error "Feature-test macro __cpp_lib_allocator_traits_is_always_equal has wrong value in <version>"
#endif