Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bump C++ to 14 in smpicxx as well
authorAugustin Degomme <adegomme@gmail.com>
Wed, 7 Oct 2020 07:51:07 +0000 (09:51 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Wed, 7 Oct 2020 07:51:07 +0000 (09:51 +0200)
src/smpi/smpicxx.in

index c4af9cf..86090a3 100755 (executable)
@@ -16,7 +16,7 @@ CMAKE_LINKARGS="-L@libdir@"
 
 @SMPITOOLS_SH@
 
-list_set CXXFLAGS "-std=gnu++11" @SMPI_CXX_FLAGS@
+list_set CXXFLAGS "-std=gnu++14" @SMPI_CXX_FLAGS@
 list_set LINKARGS
 
 if [ "@CMAKE_C_COMPILER_ID@" = "Clang" ] && [ "@HAVE_SANITIZER_ADDRESS@" = "TRUE" ]; then