aboutsummaryrefslogtreecommitdiff
path: root/build2/variable
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/variable
parent73c7f8615ebfaf76063207fbd071b2ff7b6b5a3f (diff)
Add support for VC15
Diffstat (limited to 'build2/variable')
-rw-r--r--build2/variable2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/variable b/build2/variable
index dd4f551..9eb173a 100644
--- a/build2/variable
+++ b/build2/variable
@@ -237,7 +237,7 @@ namespace build2
//
std::aligned_storage<sizeof (name)>::type data_;
- // VC 19 needs decltype.
+ // VC14 needs decltype.
//
static const size_t size_ = sizeof (decltype (data_));