diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-17 09:45:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-17 09:45:39 +0200 |
commit | ecfa0f59dab6d29815eb89c1c50252ba36a6caec (patch) | |
tree | 495f936ff0112cf8a6c0e9fe80836b61cbd0e887 /libbuild2/recipe.hxx | |
parent | a9f5db1a8702d85154d76257046ad68af0607160 (diff) |
Map VC 17 to runtime version 14.3
Diffstat (limited to 'libbuild2/recipe.hxx')
-rw-r--r-- | libbuild2/recipe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/recipe.hxx b/libbuild2/recipe.hxx index dfe36ec..5a6e38d 100644 --- a/libbuild2/recipe.hxx +++ b/libbuild2/recipe.hxx @@ -30,7 +30,7 @@ namespace build2 // Note that max size for the "small size optimization" in std::function // (which is what move_only_function_ex is based on) ranges (in pointer // sizes) from 0 (GCC libstdc++ prior to 5) to 2 (GCC 5 and later) to 3 - // (Clang libc++) to 6 (VC 14.2). With the size ranging (in bytes for 64-bit + // (Clang libc++) to 6 (VC 14.3). With the size ranging (in bytes for 64-bit // target) from 32 (GCC) to 64 (VC). // using recipe_function = target_state (action, const target&); |