Skip to content

Commit bb7cebb

Browse files
committed
fix actual copy-and-paste error
1 parent d70ab23 commit bb7cebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/Attributes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ compileAttributes <- function(pkgdir = ".", verbose = getOption("verbose")) {
556556
if (getRversion() >= "4.3") # with recent R versions, R can decide
557557
list(env = list(USE_CXX23 = "yes"))
558558
else
559-
list(env = list(PKG_CXXFLAGS ="-std=c++20"))
559+
list(env = list(PKG_CXXFLAGS ="-std=c++23"))
560560
}
561561

562562

0 commit comments

Comments
 (0)