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/target.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/target.hxx') 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&); -- cgit v1.1