From 3d06f01a8c2767dcf1d6dfcab7d89b2a9a11571d Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 23 Jan 2016 22:59:28 +0100 Subject: Possible fix to missing std::mutex in mingw. --- src/mutex.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/mutex.h b/src/mutex.h index 9364515..92c9f53 100644 --- a/src/mutex.h +++ b/src/mutex.h @@ -47,11 +47,11 @@ private: namespace std { class mutex : public Mutex { - public: - bool try_lock() - { - return trylock(); - } +// public: +// bool try_lock() +// { +// return trylock(); +// } }; } #endif -- cgit v1.2.3