From 7b0414f76f8a723fa1481eb9da59f5255c39218a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Sch=C3=B6nle?= Date: Mon, 14 May 2018 14:43:06 +0200 Subject: [PATCH] Use defective stlpatch_future.hpp only for VS2013 (#266) --- src/g3log/stlpatch_future.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g3log/stlpatch_future.hpp b/src/g3log/stlpatch_future.hpp index 80cf867..d00992c 100644 --- a/src/g3log/stlpatch_future.hpp +++ b/src/g3log/stlpatch_future.hpp @@ -14,7 +14,7 @@ #pragma once -#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__)) && !defined(__MINGW32__) +#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__)) && !defined(__MINGW32__) && (_MSC_VER <= 1800) namespace std { template