Skip to content

Commit

Permalink
remove cxx17
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhuling committed Jun 2, 2020
1 parent 8fef0ab commit 178bfcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ PKG_CXXFLAGS = -DNDEBUG
##PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

CXX_STD = CXX17
##CXX_STD = CXX17
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

PKG_CPPFLAGS = -I. -DNDEBUG

CXX_STD = CXX17
##CXX_STD = CXX17

0 comments on commit 178bfcb

Please sign in to comment.