diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-14 09:28:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-14 09:28:52 +0200 |
commit | 07afeea65fd9a663d5b45db7aaf74716a0689142 (patch) | |
tree | ad80bbdf23a802779512b7a8bc00bd25572d63b6 /libbuild2/cc | |
parent | d228d6e33b460be975ac0a0325a94a7f3307c0e2 (diff) |
Add /Zc:preprocessor in experimental cxx.std mode from MSVC 17.9 (19.39)
For background, see:
https://developercommunity.visualstudio.com/t/Please-clarify-ifwhen-Zc:preprocessor/10537317
Diffstat (limited to 'libbuild2/cc')
-rw-r--r-- | libbuild2/cc/predefs-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/predefs-rule.cxx b/libbuild2/cc/predefs-rule.cxx index e74192d..606db06 100644 --- a/libbuild2/cc/predefs-rule.cxx +++ b/libbuild2/cc/predefs-rule.cxx @@ -278,7 +278,7 @@ namespace build2 args.push_back ("/Zc:preprocessor"); // Preproc. conformance mode. // Output (note that while the /Fi: variant is only availbale - // starting with VS2013, /Zc:preprocessor is only available in + // starting with VS2013, /Zc:preprocessor is only available // starting from VS2019). // args.push_back ("/Fi:"); |