From cb8ac8e4b8c1fd9684f43fa5916f73d494ed817f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Apr 2019 15:29:25 +0200 Subject: Default to strict mode (/permissive-) from VC15.5 --- build2/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc') diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index 9e307b6..3ed6075 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -3183,7 +3183,7 @@ namespace build2 if (ps) psrc.active = true; // Re-arm. - // Prior to 15u5 (19.12) VC was not using the 'export module M;' + // Prior to 15.5 (19.12) VC was not using the 'export module M;' // syntax so we use the preprequisite type to distinguish between // interface and implementation units. // -- cgit v1.1