Enji Cooper 0eb97cca9f Allow users to override CSTD/CXXSTD on a per-prog basis
The current logic for CSTD/CXXSTD requires homogenity as far as the
supported C/C++ standards, which is a sensible default. However, when
dealing with differing versions of C++, some code may compile with C++11, but
not C++17 (for instance). So in order to avoid having people convert over their
code to the new standard, give the users the ability to specify the standard on
a per-program basis.

This will allow a user to override the supporting standard for a set of
programs, mixing C++11 with C++14 (for instance).

Reviewed by:	asomers
Apprved by:	emaste (mentor)
MFC after:	1 month
MFC with:	r345708
Differential Revision: https://reviews.freebsd.org/D19738
2019-03-29 18:49:08 +00:00
..
2018-07-27 10:44:38 +00:00
2017-11-04 21:02:26 +00:00
2019-03-21 21:45:02 +00:00
2019-02-25 18:22:20 +00:00
2019-02-15 23:41:54 +00:00
2019-03-29 18:45:27 +00:00
2019-01-15 23:35:53 +00:00
2018-08-02 21:33:45 +00:00
2019-02-21 03:36:09 +00:00
2018-08-02 21:33:45 +00:00
2018-08-02 21:33:45 +00:00
2018-07-27 10:44:38 +00:00
2019-03-05 01:00:38 +00:00
2018-07-27 10:44:38 +00:00