From b296b1fc43bbb115d9e826d02a7aca09e713b422 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 26 Nov 2016 01:33:50 +0300 Subject: Add support for VC15 --- build2/bin/target.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/bin') diff --git a/build2/bin/target.cxx b/build2/bin/target.cxx index f2ebd05..770afbb 100644 --- a/build2/bin/target.cxx +++ b/build2/bin/target.cxx @@ -10,7 +10,7 @@ namespace build2 { namespace bin { - extern const char ext_var[] = "extension"; // VC 19 rejects constexpr. + extern const char ext_var[] = "extension"; // VC14 rejects constexpr. static target* obje_factory (const target_type&, -- cgit v1.1