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