From ec7b7e37ce97d25adc209befb2c12cf16eb06ef1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Jun 2016 13:00:14 +0300 Subject: Port to MSVC --- build2/variable.txx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/variable.txx') diff --git a/build2/variable.txx b/build2/variable.txx index 6d3121a..a3511d4 100644 --- a/build2/variable.txx +++ b/build2/variable.txx @@ -275,7 +275,7 @@ namespace build2 value_traits::type_name) + 's'; template - const value_type value_traits>::value_type + const value_type value_traits>::value_type = // VC 19 wants =. { value_traits>::type_name.c_str (), sizeof (vector), @@ -436,7 +436,7 @@ namespace build2 value_traits::type_name + "_map"; template - const value_type value_traits>::value_type + const value_type value_traits>::value_type = // VC 19 wants =. { value_traits>::type_name.c_str (), sizeof (map), -- cgit v1.1