[Bug 194258] CSTD idiom doesn't exist for CXXFLAGS

2023-01-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194258 Fernando ApesteguĂ­a changed: What|Removed |Added Assignee|b...@freebsd.org|fern...@freebsd.org

[Bug 194258] CSTD idiom doesn't exist for CXXFLAGS

2014-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194258 --- Comment #1 from Dimitry Andric --- Since the standard names for C and C++ are different, you cannot really use the CSTD variable. I would suggest using CXXSTD, which is consistent with all the other "CXX" prefixes. The available optio