Disbale boost::interprocess condition variables on Linux to fix issue #3911

This commit is contained in:
Patrick Niklaus 2017-05-06 09:45:36 +00:00 committed by Patrick Niklaus
parent 3de8613843
commit 2f02384d22

View File

@ -12,7 +12,8 @@
#include <boost/interprocess/sync/scoped_lock.hpp>
#if defined(__linux__)
#define USE_BOOST_INTERPROCESS_CONDITION 1
// See issue #3911, boost interprocess is broken with a glibc > 2.25
// #define USE_BOOST_INTERPROCESS_CONDITION 1
#endif
namespace osrm