aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile-rule.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-04-11 15:29:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-04-11 15:29:25 +0200
commitcb8ac8e4b8c1fd9684f43fa5916f73d494ed817f (patch)
treebb0c26250e5fe886b3fdd29ae98978b67540fc78 /build2/cc/compile-rule.cxx
parented024f5c4e42bf1bc32d5721c83b990987b3aa74 (diff)
Default to strict mode (/permissive-) from VC15.5
Diffstat (limited to 'build2/cc/compile-rule.cxx')
-rw-r--r--build2/cc/compile-rule.cxx2
1 files changed, 1 insertions, 1 deletions
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.
//