aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/mdspan/version.cc
blob: 106ee4010ee60dae00f049cfbf97fd36b2c20f11 (plain)
1
2
3
4
5
6
7
8
9
// { dg-do compile { target c++23 } }
#include <mdspan>

#ifndef __cpp_lib_mdspan
#error "Feature test macro __cpp_lib_mdspan is missing for <mdspan>"
#if __cpp_lib_mdspan < 202207
#error "Feature test macro __cpp_lib_mdspan has the wrong value"
#endif
#endif