blob: 946955dd2123177e2ec4956b98c272e6f9503380 [file] [log] [blame]
// { dg-do preprocess { target c++17 } }
// { dg-add-options no_pch }
#include <memory>
#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
#if __cpp_lib_addressof_constexpr != 201603L
# error "Feature-test macro __cpp_lib_addressof_constexpr has wrong value in <version>"
#endif