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

Try to workaround some issues with MSVC lambdas.

This commit is contained in:
Vicente J. Botet Escriba
2014-02-21 10:52:18 +01:00
parent 84c30313a2
commit 1dbf7028fe
4 changed files with 9 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
#include <string>
#if defined BOOST_THREAD_PROVIDES_FUTURE_CONTINUATION \
&& ! defined BOOST_NO_CXX11_LAMBDAS
&& ! defined BOOST_NO_CXX11_LAMBDAS && ! (defined BOOST_MSVC && _MSC_VER < 1700)
int main()