2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-21 17:32:18 +00:00

Fix issues with future::async and disable the code when BOOST_NO_CXX11_DECLTYPE_N3276 is defined as it is bugged.

This commit is contained in:
Vicente J. Botet Escriba
2014-01-18 15:27:03 +01:00
parent 2886e985b4
commit cb845f19e4
8 changed files with 50 additions and 17 deletions

View File

@@ -11,6 +11,10 @@
#define BOOST_THREAD_VERSION 4
//#define BOOST_THREAD_USES_LOG
#define BOOST_THREAD_USES_LOG_THREAD_ID
#include <boost/config.hpp>
#ifndef BOOST_NO_CXX11_DECLTYPE_N3276
#define BOOST_THREAD_NO_CXX11_DECLTYPE_N3276
#endif
#include <boost/thread/detail/log.hpp>
#include <boost/thread/future.hpp>