search for: cxx24

Displaying 3 results from an estimated 3 matches for "cxx24".

Did you mean: cxx14
2017 Mar 18
2
Experimental CXX_STD problem in R 3.4
...X14: https://win-builder.r-project.org/L3BSMgAk4cQ7/ CXX17: https://win-builder.r-project.org/3ETZXrgkg77I/ Similar problems appear on Linux. I think the problem is that Makeconf contains e.g: CXX1Z = CXX1ZFLAGS = CXX1ZPICFLAGS = CXX1ZSTD = When CXX_STD contains any other unsupported value (e.g. CXX24) R simply falls back on the default CXX configuration. The same should probably happen for e.g. CXX17 when CXX1Z is unset in Makeconf?
2017 Mar 18
0
Experimental CXX_STD problem in R 3.4
...'t expect CXX14 and CXX17 to work with the only available compiler there, g++-4.9.3. | Similar problems appear on Linux. I think the problem is that Makeconf | contains e.g: | | CXX1Z = | CXX1ZFLAGS = | CXX1ZPICFLAGS = | CXX1ZSTD = | | When CXX_STD contains any other unsupported value (e.g. CXX24) R | simply falls back on the default CXX configuration. The same should | probably happen for e.g. CXX17 when CXX1Z is unset in Makeconf? Probably. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2017 Mar 19
3
Experimental CXX_STD problem in R 3.4
...can't expect CXX14 and CXX17 to work with the only available compiler there, g++-4.9.3. | Similar problems appear on Linux. I think the problem is that Makeconf | contains e.g: | | CXX1Z = | CXX1ZFLAGS = | CXX1ZPICFLAGS = | CXX1ZSTD = | | When CXX_STD contains any other unsupported value (e.g. CXX24) R | simply falls back on the default CXX configuration. The same should | probably happen for e.g. CXX17 when CXX1Z is unset in Makeconf? Probably. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org ______________________________________________ R-devel at r-project.org m...