We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504d9d8 commit aa9f595Copy full SHA for aa9f595
.github/workflows/linux.yml
@@ -97,6 +97,6 @@ jobs:
97
mkdir ~/.R
98
touch ~/.R/Makevars
99
echo "CXX20=$CXX" >> ~/.R/Makevars
100
- echo "CXX20FLAGS=-fPIC -O2" >> ~/.R/Makevars
+ echo "CXX20FLAGS=-fPIC -O2 -std=c++20" >> ~/.R/Makevars
101
Rscript ./unittest.R
102
0 commit comments