aboutsummaryrefslogtreecommitdiff
path: root/build2/scope.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/scope.cxx
parent73c7f8615ebfaf76063207fbd071b2ff7b6b5a3f (diff)
Add support for VC15
Diffstat (limited to 'build2/scope.cxx')
-rw-r--r--build2/scope.cxx2
1 files changed, 1 insertions, 1 deletions
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";