Skip to content

Commit

Permalink
COMP: Update Windows to c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa authored Oct 20, 2024
1 parent 872eccd commit d125450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.win
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
CXX_STD=CXX14
CXX_STD=CXX17
CC=`${R_HOME}/bin${R_ARCH_BIN}/R.exe CMD config CC`
CXX=`${R_HOME}/bin${R_ARCH_BIN}/R.exe CMD config CXX`
JTHREADS=1
Expand Down

0 comments on commit d125450

Please sign in to comment.