Browse code

rm debris of CXX17 from Makevars.in

mikejiang authored on 02/11/2020 23:59:08
Showing 1 changed files

... ...
@@ -6,7 +6,7 @@ ifneq (,)
6 6
 This makefile requires GNU Make.
7 7
 endif
8 8
 	
9
-CXX_STD = CXX17
9
+CXX_STD = CXX11
10 10
 #somehow the implicit $CC isn't available/accurate, so we have to re-fetch it
11 11
 compilerinfo = ${shell R CMD config CXX}
12 12
 compiler = $(findstring clang++, $(compilerinfo))