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/function.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/function.cxx') diff --git a/build2/function.cxx b/build2/function.cxx index e76f0c2..bede978 100644 --- a/build2/function.cxx +++ b/build2/function.cxx @@ -250,7 +250,7 @@ namespace build2 dr << endf; } -#if !defined(_MSC_VER) || _MSC_VER > 1900 +#if !defined(_MSC_VER) || _MSC_VER > 1910 constexpr const optional* function_args<>::types; #else const optional* const function_args<>::types = nullptr; -- cgit v1.1