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/scope.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/scope.cxx') diff --git a/build2/scope.cxx b/build2/scope.cxx index 2ca382b..c9a9fdd 100644 --- a/build2/scope.cxx +++ b/build2/scope.cxx @@ -644,7 +644,7 @@ namespace build2 return r; } - // VC 19 rejects constexpr. + // VC14 rejects constexpr. // extern const char derived_tt_ext_var[] = "extension"; -- cgit v1.1