preparing for v3

This commit is contained in:
Michele Caini
2019-04-22 18:00:07 +02:00
parent 444ae73ffb
commit 53a2c88d4b

View File

@@ -52,7 +52,7 @@ if(NOT MSVC AND USE_LIBCPP)
check_cxx_source_compiles("
#include<type_traits>
int main() { return std::is_same<int, int>::value ? 0 : 1; }
int main() { return std::is_same_v<int, int> ? 0 : 1; }
" HAS_LIBCPP)
if(NOT HAS_LIBCPP)