blob: 7a620994e1f41964d75a27a3d4034750ccb919b8 [file]
// { dg-do preprocess { target c++26 } }
// { dg-add-options no_pch }
#include <utility>
#ifndef __cpp_lib_constant_wrapper
#error "Feature test macro __cpp_lib_constant_wrapper is missing for <utility>"
#if __cpp_lib_constant_wrapper < 202603L
#error "Feature test macro __cpp_lib_constant_wrapper has the wrong value"
#endif
#endif