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 98f799f commit dd6c7cdCopy full SHA for dd6c7cd
inst/unitTests/runit.InternalFunctionCPP11.R
@@ -18,7 +18,7 @@
18
# You should have received a copy of the GNU General Public License
19
# along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
20
21
-hasCXX11 <- grepl("-std=c\\+\\+1[1-9]", Sys.getenv("PKG_CXXFLAGS"))
+hasCXX11 <- grepl("-std=c\\+\\+1[1-9yz]", Sys.getenv("PKG_CXXFLAGS"))
22
23
.runThisTest <- Sys.getenv("RunAllRcppTests") == "yes" && hasCXX11
24
0 commit comments