compile tests with C++17 if available
commit29b4af00e452d71130cb1a546796305d6bfdd903
authorSven Verdoolaege <sven@cerebras.net>
Fri, 30 Jul 2021 14:57:21 +0000 (30 16:57 +0200)
committerSven Verdoolaege <sven@cerebras.net>
Sat, 23 Oct 2021 11:08:05 +0000 (23 13:08 +0200)
tree2ddbbc0a9c795bff2fd2d5dab4828784aaa566b0
parent47c2a614c0054cdc6c0499ce5bef58a15238a150
compile tests with C++17 if available

This allows the next commit to introduce some tests
that require C++17.  These new tests will only be compiled
if C++17 is actually available.

Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
configure.ac
m4/ax_cxx_compile_stdcxx_17.m4 [new file with mode: 0644]