File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3970,7 +3970,7 @@ add_dummies <- function(dir, Log)
39703970 haveObjs <- any(grepl(" ^ *Object" , out ))
39713971 pat <- paste(" possibly from" ,
39723972 sQuote(" (abort|assert|exit|_exit|_Exit|stop)" ))
3973- rempat <- paste(sprintf(" \\ b%s\\ b" , warnNonAPI ), collapse = " |" )
3973+ rempat <- paste(sprintf(" \\ b%s\\ b" , warnNonAPI ), collapse = " |" )
39743974 if (haveObjs && any(grepl(pat , out )) && pkgname %notin % " parallel" )
39753975 # # need _exit in forked child
39763976 warningLog(Log )
@@ -6479,8 +6479,8 @@ add_dummies <- function(dir, Log)
64796479 noteLog(Log ,
64806480 sprintf(" Specified C++%d: please drop specification unless essential" , std ))
64816481 # # since R 4.4.0 C++17 support is required, but
6482- # # C++20/23 } support is patchy
6483- } else if (std > = 20 ) {
6482+ # # C++23/26 } support is patchy
6483+ } else if (std > = 23 ) {
64846484 resultLog(Log , " OK" )
64856485 printLog(Log ,
64866486 sprintf(" Not all R platforms support C++%s\n " , std ))
You can’t perform that action at this time.
0 commit comments