From e7181a700783867da86553c3e103d858f9eb99e6 Mon Sep 17 00:00:00 2001 From: Michal Fojtak Date: Mon, 17 Oct 2016 15:27:38 +0200 Subject: [PATCH] vs"15" fix --- include/nana/c++defines.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nana/c++defines.hpp b/include/nana/c++defines.hpp index bd39a822..ecc5079c 100644 --- a/include/nana/c++defines.hpp +++ b/include/nana/c++defines.hpp @@ -102,7 +102,7 @@ #define _CRT_SECURE_NO_DEPRECATE #pragma warning(disable : 4996) - #if (_MSC_VER == 1900) + #if (_MSC_VER >= 1900) // google: break any code that tries to use codecvt or codecvt. // google: It appears the C++ libs haven't been compiled with native char16_t/char32_t support. // google: Those definitions are for codecvt::id, codecvt::id and codecvt::id respectively.