2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-23 06:02:14 +00:00

Merge branch 'develop'

This commit is contained in:
Vicente J. Botet Escriba
2014-02-21 13:37:06 +01:00
5 changed files with 35 additions and 34 deletions

View File

@@ -23,7 +23,7 @@
#include <iostream>
#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()