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/variable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/variable') 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::type data_; - // VC 19 needs decltype. + // VC14 needs decltype. // static const size_t size_ = sizeof (decltype (data_)); -- cgit v1.1