mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
Use defective stlpatch_future.hpp only for VS2013 (#266)
This commit is contained in:
parent
e8fe9d8b38
commit
7b0414f76f
@ -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<class... _ArgTypes>
|
||||
|
Loading…
Reference in New Issue
Block a user