diff options
Diffstat (limited to 'build2/variable')
-rw-r--r-- | build2/variable | 2 |
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_)); |