summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/move_only_function/version.cc
blob: 9fe52f46123bd34f4e6133a3371877e4aa4751c6 (plain)
1
2
3
4
5
6
7
8
9
10
// { dg-options "-std=gnu++23" }
// { dg-do compile { target c++23 } }

#include <version>

#ifndef __cpp_lib_move_only_function
# error "Feature-test macro for move_only_function missing in <version>"
#elif __cpp_lib_move_only_function != 202110L
# error "Feature-test macro for move_only_function has wrong value in <version>"
#endif