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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user