From beff32d718533a85c9b49a28609102289a71910c Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Mon, 30 Dec 2013 13:44:32 +0600 Subject: [PATCH] mingw build --- g2log/src/stlpatch_future.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g2log/src/stlpatch_future.hpp b/g2log/src/stlpatch_future.hpp index d5d4985..052e981 100644 --- a/g2log/src/stlpatch_future.hpp +++ b/g2log/src/stlpatch_future.hpp @@ -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