mirror of
https://github.com/KjellKod/g3log.git
synced 2025-01-19 08:46:42 +01: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
|
||||
*/
|
||||
#pragma once
|
||||
#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__))
|
||||
#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__)) && !defined(__MINGW32__)
|
||||
namespace std {
|
||||
|
||||
template<class... _ArgTypes>
|
||||
|
Loading…
x
Reference in New Issue
Block a user