diff options
Diffstat (limited to 'src/seastar/cmake/code_tests/Concepts_test.cc')
-rw-r--r-- | src/seastar/cmake/code_tests/Concepts_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/seastar/cmake/code_tests/Concepts_test.cc b/src/seastar/cmake/code_tests/Concepts_test.cc new file mode 100644 index 00000000..4644393a --- /dev/null +++ b/src/seastar/cmake/code_tests/Concepts_test.cc @@ -0,0 +1,3 @@ +#if __cpp_concepts == 201507 +int main() { return 0; } +#endif |