Skip to content

Commit ad160d3

Browse files
committed
fix cran notes on C++ default
1 parent 997fda6 commit ad160d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Makevars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CXX_STD = CXX11
1+
CXX_STD = CXX17

src/Makevars.win

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
CXX_STD = CXX11
1+
CXX_STD = CXX17
22
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

0 commit comments

Comments
 (0)