aboutsummaryrefslogtreecommitdiff
path: root/build2/target.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-26 01:33:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-26 20:39:07 +0300
commitb296b1fc43bbb115d9e826d02a7aca09e713b422 (patch)
tree19ace294ad065b6a6b465a979074884dd85aff0a /build2/target.cxx
parent73c7f8615ebfaf76063207fbd071b2ff7b6b5a3f (diff)
Add support for VC15
Diffstat (limited to 'build2/target.cxx')
-rw-r--r--build2/target.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/target.cxx b/build2/target.cxx
index 75485ed..126159c 100644
--- a/build2/target.cxx
+++ b/build2/target.cxx
@@ -538,7 +538,7 @@ namespace build2
: &extension_pool.find (ext)));
}
- extern const char file_ext_var[] = "extension"; // VC 19 rejects constexpr.
+ extern const char file_ext_var[] = "extension"; // VC14 rejects constexpr.
extern const char file_ext_def[] = "";
const target_type file::static_type
@@ -653,7 +653,7 @@ namespace build2
false
};
- extern const char man1_ext[] = "1"; // VC 19 rejects constexpr.
+ extern const char man1_ext[] = "1"; // VC14 rejects constexpr.
const target_type man1::static_type
{