aboutsummaryrefslogtreecommitdiff
path: root/build2/target.hxx
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/target.hxx
parented024f5c4e42bf1bc32d5721c83b990987b3aa74 (diff)
Default to strict mode (/permissive-) from VC15.5
Diffstat (limited to 'build2/target.hxx')
-rw-r--r--build2/target.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.hxx b/build2/target.hxx
index fafb689..cb1163f 100644
--- a/build2/target.hxx
+++ b/build2/target.hxx
@@ -51,7 +51,7 @@ namespace build2
//
// Note that max size for the "small capture optimization" in std::function
// ranges (in pointer sizes) from 0 (GCC prior to 5) to 2 (GCC 5) to 6 (VC
- // 14u2). With the size ranging (in bytes for 64-bit target) from 32 (GCC)
+ // 14.2). With the size ranging (in bytes for 64-bit target) from 32 (GCC)
// to 64 (VC).
//
using recipe_function = target_state (action, const target&);