mirror of
https://github.com/KjellKod/g3log.git
synced 2025-04-17 23:23:48 +02:00
mingw build
This commit is contained in:
parent
916f478267
commit
beff32d718
@ -4,7 +4,7 @@
|
|||||||
* Ref: workarounds at http://connect.microsoft.com/VisualStudio/feedback/details/791185/std-packaged-task-t-where-t-is-void-or-a-reference-class-are-not-movable
|
* Ref: workarounds at http://connect.microsoft.com/VisualStudio/feedback/details/791185/std-packaged-task-t-where-t-is-void-or-a-reference-class-are-not-movable
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__))
|
#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__)) && !defined(__MINGW32__)
|
||||||
namespace std {
|
namespace std {
|
||||||
|
|
||||||
template<class... _ArgTypes>
|
template<class... _ArgTypes>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user