ngie 0b0688a91c 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
..
2017-10-31 00:07:04 +00:00
2019-03-29 18:45:27 +00:00
2019-01-12 21:29:54 +00:00
2019-03-25 11:49:57 +00:00
2019-02-26 05:59:22 +00:00
2019-03-29 18:45:27 +00:00
2019-03-29 18:45:27 +00:00
2017-12-27 21:36:37 +00:00
2019-03-29 18:45:27 +00:00
2018-03-29 19:43:29 +00:00
2019-01-10 14:35:23 +00:00
2019-01-10 14:35:23 +00:00
2018-11-04 16:08:59 +00:00
2019-02-25 18:22:20 +00:00
2018-03-21 14:37:04 +00:00
2019-03-20 21:48:43 +00:00
2018-10-12 05:27:58 +00:00
2018-06-27 19:29:15 +00:00
2018-09-19 07:05:31 +00:00
2019-02-10 23:28:55 +00:00
2019-03-29 18:45:27 +00:00
2018-09-20 09:26:10 +00:00
2018-09-19 07:06:20 +00:00
2018-09-20 09:31:27 +00:00
2019-03-05 14:47:15 +00:00
2018-09-22 13:17:30 +00:00
2018-05-23 01:20:31 +00:00
2018-06-17 18:05:27 +00:00
2018-12-29 21:18:01 +00:00
2019-03-29 18:45:27 +00:00