Skip to content

Instantly share code, notes, and snippets.

@teeks99
Created September 3, 2016 20:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teeks99/339f2768d09449c30e9cd9a20f749100 to your computer and use it in GitHub Desktop.
Save teeks99/339f2768d09449c30e9cd9a20f749100 to your computer and use it in GitHub Desktop.
boost 1.62.0 beta 1 windows build logs
This file has been truncated, but you can view the full file.
Build for msvc-8.0
.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=64 architecture=x86 --prefix=.\ --libdir=lib64-msvc-8.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- symlinks supported : no (cached)
- junctions supported : yes (cached)
- hardlinks supported : yes (cached)
- C++11 mutex : no (cached)
- has_icu builds : no (cached)
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- iconv (libc) : no (cached)
- iconv (separate) : no (cached)
- icu : no (cached)
- icu (lib64) : no (cached)
- message-compiler : yes (cached)
- pthread-supports-robust-mutexes : no (cached)
- compiler-supports-visibility : no (cached)
- compiler-supports-ssse3 : no (cached)
- compiler-supports-avx2 : no (cached)
- gcc visibility : no (cached)
- long double support : yes (cached)
warning: Skipping Boost.Locale library with threading=single.
warning: Skipping Boost.Thread library with threading=single.
warning: Skipping Boost.Wave library with threading=single.
Component configuration:
- atomic : building
- chrono : building
- container : building
- context : building
- coroutine : building
- coroutine2 : building
- date_time : building
- exception : building
- fiber : building
- filesystem : building
- graph : building
- graph_parallel : building
- iostreams : building
- locale : building
- log : building
- math : building
- metaparse : building
- mpi : not building
- program_options : building
- python : building
- random : building
- regex : building
- serialization : building
- signals : building
- system : building
- test : building
- thread : building
- timer : building
- type_erasure : building
- wave : building
...patience...
...patience...
...patience...
...patience...
...patience...
...patience...
...found 66140 targets...
...updating 101 targets...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\fiber.obj
fiber.cpp
.\boost/fiber/detail/disable_overload.hpp(10) : fatal error C1083: Cannot open include file: 'type_traits': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi>libboost_fiber-vc80-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-8.0>libboost_fiber-vc80-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi>libboost_fiber-vc80-mt-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj
fiber.cpp
.\boost/fiber/detail/disable_overload.hpp(10) : fatal error C1083: Cannot open include file: 'type_traits': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\assert.h(25) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\assert.h(25) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc80-mt-sgd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-8.0>libboost_fiber-vc80-mt-sgd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc80-mt-sgd-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj
fiber.cpp
.\boost/fiber/detail/disable_overload.hpp(10) : fatal error C1083: Cannot open include file: 'type_traits': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc80-mt-s-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-8.0>libboost_fiber-vc80-mt-s-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc80-mt-s-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\fiber.obj
fiber.cpp
.\boost/fiber/detail/disable_overload.hpp(10) : fatal error C1083: Cannot open include file: 'type_traits': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi>boost_fiber-vc80-mt-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-8.0>boost_fiber-vc80-mt-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi>boost_fiber-vc80-mt-1_62.dll...
...skipped <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi>boost_fiber-vc80-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-8.0>boost_fiber-vc80-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\threading-multi>boost_fiber-vc80-mt-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\fiber.obj
fiber.cpp
.\boost/fiber/detail/disable_overload.hpp(10) : fatal error C1083: Cannot open include file: 'type_traits': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\assert.h(25) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\assert.h(25) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi>boost_fiber-vc80-mt-gd-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-8.0>boost_fiber-vc80-mt-gd-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi>boost_fiber-vc80-mt-gd-1_62.dll...
...skipped <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi>boost_fiber-vc80-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-8.0>boost_fiber-vc80-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\threading-multi>boost_fiber-vc80-mt-gd-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\fiber.obj
fiber.cpp
.\boost/fiber/detail/disable_overload.hpp(10) : fatal error C1083: Cannot open include file: 'type_traits': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\assert.h(25) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\assert.h(25) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi>libboost_fiber-vc80-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-8.0>libboost_fiber-vc80-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-8.0\debug\address-model-64\link-static\threading-multi>libboost_fiber-vc80-mt-gd-1_62.lib...
...failed updating 84 targets...
...skipped 16 targets...
Build for msvc-9.0
.\bjam --without-mpi --build-type=complete toolset=msvc-9.0 address-model=64 architecture=x86 --prefix=.\ --libdir=lib64-msvc-9.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- symlinks supported : no (cached)
- junctions supported : yes (cached)
- hardlinks supported : yes (cached)
- C++11 mutex : no (cached)
- has_icu builds : no (cached)
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- iconv (libc) : no (cached)
- iconv (separate) : no (cached)
- icu : no (cached)
- icu (lib64) : no (cached)
- message-compiler : yes (cached)
- pthread-supports-robust-mutexes : no (cached)
- compiler-supports-visibility : no (cached)
- compiler-supports-ssse3 : yes (cached)
- compiler-supports-avx2 : no (cached)
- gcc visibility : no (cached)
- long double support : yes (cached)
warning: Skipping Boost.Locale library with threading=single.
warning: Skipping Boost.Thread library with threading=single.
warning: Skipping Boost.Wave library with threading=single.
Component configuration:
- atomic : building
- chrono : building
- container : building
- context : building
- coroutine : building
- coroutine2 : building
- date_time : building
- exception : building
- fiber : building
- filesystem : building
- graph : building
- graph_parallel : building
- iostreams : building
- locale : building
- log : building
- math : building
- metaparse : building
- mpi : not building
- program_options : building
- python : building
- random : building
- regex : building
- serialization : building
- signals : building
- system : building
- test : building
- thread : building
- timer : building
- type_erasure : building
- wave : building
...patience...
...patience...
...patience...
...patience...
...patience...
...patience...
...found 66150 targets...
...updating 101 targets...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\fiber.obj
fiber.cpp
.\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi>libboost_fiber-vc90-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-9.0>libboost_fiber-vc90-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\threading-multi>libboost_fiber-vc90-mt-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj
barrier.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj
condition_variable.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj
context.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj
fiber.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj
future.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj
mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj
properties.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\assert.h(25) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\assert.h(25) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj
scheduler.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc90-mt-sgd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-9.0>libboost_fiber-vc90-mt-sgd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc90-mt-sgd-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj
fiber.cpp
.\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc90-mt-s-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-9.0>libboost_fiber-vc90-mt-s-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc90-mt-s-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\fiber.obj
fiber.cpp
.\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi>boost_fiber-vc90-mt-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-9.0>boost_fiber-vc90-mt-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi>boost_fiber-vc90-mt-1_62.dll...
...skipped <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi>boost_fiber-vc90-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-9.0>boost_fiber-vc90-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\release\address-model-64\threading-multi>boost_fiber-vc90-mt-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\algo\algorithm.obj
algorithm.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\algo\round_robin.obj
round_robin.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\algo\shared_work.obj
shared_work.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\barrier.obj
barrier.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\condition_variable.obj
condition_variable.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\context.obj
context.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\fiber.obj
fiber.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\future.obj
future.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\mutex.obj
mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\properties.obj
properties.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\assert.h(25) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\assert.h(25) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\timed_mutex.obj
timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\scheduler.obj
scheduler.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi>boost_fiber-vc90-mt-gd-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-9.0>boost_fiber-vc90-mt-gd-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi>boost_fiber-vc90-mt-gd-1_62.dll...
...skipped <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi>boost_fiber-vc90-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-9.0>boost_fiber-vc90-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\threading-multi>boost_fiber-vc90-mt-gd-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\barrier.obj
barrier.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\condition_variable.obj
condition_variable.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\context.obj
context.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\fiber.obj
fiber.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\future.obj
future.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\mutex.obj
mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\properties.obj
properties.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\assert.h(25) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\assert.h(25) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\scheduler.obj
scheduler.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi>libboost_fiber-vc90-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-9.0>libboost_fiber-vc90-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-9.0\debug\address-model-64\link-static\threading-multi>libboost_fiber-vc90-mt-gd-1_62.lib...
...failed updating 84 targets...
...skipped 16 targets...
Build for msvc-10.0
.\bjam --without-mpi --build-type=complete toolset=msvc-10.0 address-model=64 architecture=x86 --prefix=.\ --libdir=lib64-msvc-10.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- symlinks supported : no (cached)
- junctions supported : yes (cached)
- hardlinks supported : yes (cached)
- C++11 mutex : no (cached)
- has_icu builds : no (cached)
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- iconv (libc) : no (cached)
- iconv (separate) : no (cached)
- icu : no (cached)
- icu (lib64) : no (cached)
- message-compiler : yes (cached)
- pthread-supports-robust-mutexes : no (cached)
- compiler-supports-visibility : no (cached)
- compiler-supports-ssse3 : yes (cached)
- compiler-supports-avx2 : no (cached)
- gcc visibility : no (cached)
- long double support : yes (cached)
warning: Skipping Boost.Locale library with threading=single.
warning: Skipping Boost.Thread library with threading=single.
warning: Skipping Boost.Wave library with threading=single.
Component configuration:
- atomic : building
- chrono : building
- container : building
- context : building
- coroutine : building
- coroutine2 : building
- date_time : building
- exception : building
- fiber : building
- filesystem : building
- graph : building
- graph_parallel : building
- iostreams : building
- locale : building
- log : building
- math : building
- metaparse : building
- mpi : not building
- program_options : building
- python : building
- random : building
- regex : building
- serialization : building
- signals : building
- system : building
- test : building
- thread : building
- timer : building
- type_erasure : building
- wave : building
...patience...
...patience...
...patience...
...patience...
...patience...
...patience...
...found 66150 targets...
...updating 101 targets...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\fiber.obj
fiber.cpp
.\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi>libboost_fiber-vc100-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-10.0>libboost_fiber-vc100-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\threading-multi>libboost_fiber-vc100-mt-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj
barrier.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj
condition_variable.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj
context.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj
fiber.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj
future.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj
mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj
properties.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\assert.h(25) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\assert.h(25) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj
scheduler.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc100-mt-sgd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-10.0>libboost_fiber-vc100-mt-sgd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc100-mt-sgd-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj
fiber.cpp
.\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc100-mt-s-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-10.0>libboost_fiber-vc100-mt-s-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc100-mt-s-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\barrier.obj
barrier.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\context.obj
context.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\fiber.obj
fiber.cpp
.\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\mutex.obj
mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi>boost_fiber-vc100-mt-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-10.0>boost_fiber-vc100-mt-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi>boost_fiber-vc100-mt-1_62.dll...
...skipped <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi>boost_fiber-vc100-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-10.0>boost_fiber-vc100-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\release\address-model-64\threading-multi>boost_fiber-vc100-mt-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\algo\algorithm.obj
algorithm.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\algo\round_robin.obj
round_robin.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\algo\shared_work.obj
shared_work.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\barrier.obj
barrier.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\condition_variable.obj
condition_variable.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\context.obj
context.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\fiber.obj
fiber.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\future.obj
future.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\mutex.obj
mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\properties.obj
properties.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\assert.h(25) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\assert.h(25) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\timed_mutex.obj
timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\scheduler.obj
scheduler.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi>boost_fiber-vc100-mt-gd-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-10.0>boost_fiber-vc100-mt-gd-1_62.dll for lack of <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi>boost_fiber-vc100-mt-gd-1_62.dll...
...skipped <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi>boost_fiber-vc100-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-10.0>boost_fiber-vc100-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\threading-multi>boost_fiber-vc100-mt-gd-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/round_robin.hpp(9) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/shared_work.hpp(10) : fatal error C1083: Cannot open include file: 'condition_variable': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\barrier.obj
barrier.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\condition_variable.obj
condition_variable.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/condition_variable.hpp(11) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\context.obj
context.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\fiber.obj
fiber.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\future.obj
future.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/exceptions.hpp(12) : fatal error C1083: Cannot open include file: 'future': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\mutex.obj
mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\properties.obj
properties.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\assert.h(25) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\assert.h(25) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/context.hpp(10) : fatal error C1083: Cannot open include file: 'atomic': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/recursive_timed_mutex.hpp(12) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/timed_mutex.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\scheduler.obj
scheduler.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/scheduler.hpp(9) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi>libboost_fiber-vc100-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-10.0>libboost_fiber-vc100-mt-gd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-10.0\debug\address-model-64\link-static\threading-multi>libboost_fiber-vc100-mt-gd-1_62.lib...
...failed updating 84 targets...
...skipped 16 targets...
Build for msvc-11.0
.\bjam --without-mpi --build-type=complete toolset=msvc-11.0 address-model=64 architecture=x86 --prefix=.\ --libdir=lib64-msvc-11.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- symlinks supported : no (cached)
- junctions supported : yes (cached)
- hardlinks supported : yes (cached)
- C++11 mutex : yes (cached)
- has_icu builds : no (cached)
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- iconv (libc) : no (cached)
- iconv (separate) : no (cached)
- icu : no (cached)
- icu (lib64) : no (cached)
- message-compiler : yes (cached)
- pthread-supports-robust-mutexes : no (cached)
- compiler-supports-visibility : no (cached)
- compiler-supports-ssse3 : yes (cached)
- compiler-supports-avx2 : yes (cached)
- gcc visibility : no (cached)
- long double support : yes (cached)
warning: Skipping Boost.Locale library with threading=single.
warning: Skipping Boost.Thread library with threading=single.
warning: Skipping Boost.Wave library with threading=single.
Component configuration:
- atomic : building
- chrono : building
- container : building
- context : building
- coroutine : building
- coroutine2 : building
- date_time : building
- exception : building
- fiber : building
- filesystem : building
- graph : building
- graph_parallel : building
- iostreams : building
- locale : building
- log : building
- math : building
- metaparse : building
- mpi : not building
- program_options : building
- python : building
- random : building
- regex : building
- serialization : building
- signals : building
- system : building
- test : building
- thread : building
- timer : building
- type_erasure : building
- wave : building
...patience...
...patience...
...patience...
...patience...
...patience...
...patience...
...found 66160 targets...
...updating 101 targets...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
.\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
.\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
.\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\barrier.obj
barrier.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\context.obj
context.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\fiber.obj
fiber.cpp
.\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1498) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1501) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1513) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1516) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1529) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1532) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1643) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1646) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1650) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1668) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1671) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1675) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1693) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1696) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1700) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1711) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1714) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1718) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2046) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2046) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2063) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2063) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2067) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2067) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2073) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2073) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2080) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2080) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2087) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2087) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2095) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2095) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2097) : error C2065: '_Order' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2097) : error C2050: switch expression not integral
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2100) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2100) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2103) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2103) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2106) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2106) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2115) : error C2146: syntax error : missing ';' before identifier '_Load_seq_cst_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2115) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2115) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2116) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2118) : error C2146: syntax error : missing ';' before identifier '_Value'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2118) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2138) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2138) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2141) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2144) : error C2146: syntax error : missing ';' before identifier '_Load_relaxed_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2144) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2144) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2145) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2147) : error C2146: syntax error : missing ';' before identifier '_Value'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2147) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2152) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2152) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2155) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2158) : error C2146: syntax error : missing ';' before identifier '_Load_acquire_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2158) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2158) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2159) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2161) : error C2146: syntax error : missing ';' before identifier '_Value'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2161) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2167) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2167) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2170) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2173) : error C2146: syntax error : missing ';' before identifier '_Atomic_load_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2174) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2174) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2175) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2176) : error C2065: '_Order' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2176) : error C2050: switch expression not integral
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2179) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2179) : warning C4508: 'std::_Atomic_load_8' : function should return a value; 'void' return type assumed
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2183) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2186) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2190) : error C2617: 'std::_Atomic_load_8' : inconsistent return statement
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2173) : see declaration of 'std::_Atomic_load_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2195) : error C2146: syntax error : missing ';' before identifier '_Exchange_seq_cst_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2195) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2195) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2197) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2215) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2215) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2218) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2221) : error C2146: syntax error : missing ';' before identifier '_Exchange_relaxed_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2221) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2221) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2228) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2228) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2231) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2234) : error C2146: syntax error : missing ';' before identifier '_Exchange_acquire_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2234) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2234) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2236) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2241) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2241) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2244) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2247) : error C2146: syntax error : missing ';' before identifier '_Exchange_release_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2247) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2247) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2249) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2255) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2255) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2258) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2262) : error C2146: syntax error : missing ';' before identifier '_Atomic_exchange_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2263) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2263) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2264) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2265) : error C2065: '_Order' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2265) : error C2050: switch expression not integral
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2268) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2268) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2268) : warning C4508: 'std::_Atomic_exchange_8' : function should return a value; 'void' return type assumed
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2272) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2272) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2275) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2275) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2275) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(42) : error C2065: 'default' : undeclared identifier
.\boost/fiber/exceptions.hpp(42) : error C2258: illegal pure syntax, must be '= 0'
.\boost/fiber/exceptions.hpp(68) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/exceptions.hpp(79) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/exceptions.hpp(84) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(14) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(18) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(44) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(68) : error C3646: 'noexcept' : unknown override specifier
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\mutex.obj
mutex.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\ymath.h(9) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\ymath.h(9) : error C2447: '{' : missing function header (old-style formal list?)
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1124) : error C2039: '_FDenorm' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1124) : error C2065: '_FDenorm' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1124) : error C2228: left of '._Float' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1129) : error C2039: '_FInf' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1129) : error C2065: '_FInf' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1129) : error C2228: left of '._Float' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1134) : error C2039: '_FNan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1134) : error C2065: '_FNan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1134) : error C2228: left of '._Float' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1139) : error C2039: '_FSnan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1139) : error C2065: '_FSnan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1139) : error C2228: left of '._Float' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1191) : error C2039: '_Denorm' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1191) : error C2065: '_Denorm' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1191) : error C2228: left of '._Double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1196) : error C2039: '_Inf' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1196) : error C2065: '_Inf' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1196) : error C2228: left of '._Double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1201) : error C2039: '_Nan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1201) : error C2065: '_Nan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1201) : error C2228: left of '._Double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1206) : error C2039: '_Snan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1206) : error C2065: '_Snan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1206) : error C2228: left of '._Double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1258) : error C2039: '_LDenorm' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1258) : error C2065: '_LDenorm' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1258) : error C2228: left of '._Long_double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1263) : error C2039: '_LInf' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1263) : error C2065: '_LInf' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1263) : error C2228: left of '._Long_double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1268) : error C2039: '_LNan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1268) : error C2065: '_LNan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1268) : error C2228: left of '._Long_double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1273) : error C2039: '_LSnan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1273) : error C2065: '_LSnan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1273) : error C2228: left of '._Long_double' must have class/struct/union
type is ''unknown-type''
.\boost/fiber/algo/algorithm.hpp(32) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(32) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(34) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/algo/algorithm.hpp(34) : error C2433: 'boost::fibers::algo::algorithm::context' : 'virtual' not permitted on data declarations
.\boost/fiber/algo/algorithm.hpp(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/algo/algorithm.hpp(34) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(34) : warning C4183: 'pick_next': missing return type; assumed to be a member function returning 'int'
.\boost/fiber/algo/algorithm.hpp(36) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(38) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(40) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(34) : error C2253: 'boost::fibers::algo::algorithm::pick_next' : pure specifier or abstract override specifier only allowed on virtual function
.\boost/fiber/algo/algorithm.hpp(46) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(46) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(49) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/algo/algorithm.hpp(49) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/algo/algorithm.hpp(49) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(49) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(49) : warning C4183: 'get_properties': missing return type; assumed to be a member function returning 'int'
.\boost/fiber/algo/algorithm.hpp(50) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(50) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(61) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(106) : see reference to class template instantiation 'boost::fibers::algo::algorithm_with_properties<PROPS>' being compiled
.\boost/fiber/algo/algorithm.hpp(61) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(84) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(84) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(84) : error C2535: 'void boost::fibers::algo::algorithm_with_properties<PROPS>::awakened(void)' : member function already defined or declared
.\boost/fiber/algo/algorithm.hpp(61) : see declaration of 'boost::fibers::algo::algorithm_with_properties<PROPS>::awakened'
.\boost/fiber/algo/algorithm.hpp(87) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(87) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(92) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(92) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(96) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(96) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(103) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/algo/algorithm.hpp(103) : error C2433: 'boost::fibers::algo::algorithm_with_properties<PROPS>::fiber_properties' : 'virtual' not permitted on data declarations
.\boost/fiber/algo/algorithm.hpp(103) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/algo/algorithm.hpp(103) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(105) : warning C4183: 'new_properties': missing return type; assumed to be a member function returning 'int'
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(36) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
.\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi>libboost_fiber-vc110-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-11.0>libboost_fiber-vc110-mt-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\threading-multi>libboost_fiber-vc110-mt-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj
barrier.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj
condition_variable.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj
context.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj
fiber.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1498) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1501) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1513) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1516) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1529) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1532) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1643) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1646) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1650) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1668) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1671) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1675) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1693) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1696) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1700) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1711) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1714) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1718) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2046) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2046) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2063) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2063) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2067) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2067) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2073) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2073) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2080) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2080) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2087) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2087) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2095) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2095) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2097) : error C2065: '_Order' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2097) : error C2050: switch expression not integral
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2100) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2100) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2103) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2103) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2106) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2106) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2115) : error C2146: syntax error : missing ';' before identifier '_Load_seq_cst_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2115) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2115) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2116) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2118) : error C2146: syntax error : missing ';' before identifier '_Value'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2118) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2138) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2138) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2141) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2144) : error C2146: syntax error : missing ';' before identifier '_Load_relaxed_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2144) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2144) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2145) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2147) : error C2146: syntax error : missing ';' before identifier '_Value'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2147) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2152) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2152) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2155) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2158) : error C2146: syntax error : missing ';' before identifier '_Load_acquire_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2158) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2158) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2159) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2161) : error C2146: syntax error : missing ';' before identifier '_Value'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2161) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2167) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2167) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2170) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2173) : error C2146: syntax error : missing ';' before identifier '_Atomic_load_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2174) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2174) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2175) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2176) : error C2065: '_Order' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2176) : error C2050: switch expression not integral
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2179) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2179) : warning C4508: 'std::_Atomic_load_8' : function should return a value; 'void' return type assumed
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2183) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2186) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2190) : error C2617: 'std::_Atomic_load_8' : inconsistent return statement
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2173) : see declaration of 'std::_Atomic_load_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2195) : error C2146: syntax error : missing ';' before identifier '_Exchange_seq_cst_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2195) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2195) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2197) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2215) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2215) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2218) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2221) : error C2146: syntax error : missing ';' before identifier '_Exchange_relaxed_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2221) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2221) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2228) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2228) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2231) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2234) : error C2146: syntax error : missing ';' before identifier '_Exchange_acquire_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2234) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2234) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2236) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2241) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2241) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2244) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2247) : error C2146: syntax error : missing ';' before identifier '_Exchange_release_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2247) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2247) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2249) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2255) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2255) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2258) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2262) : error C2146: syntax error : missing ';' before identifier '_Atomic_exchange_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2263) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2263) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2264) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2265) : error C2065: '_Order' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2265) : error C2050: switch expression not integral
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2268) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2268) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2268) : warning C4508: 'std::_Atomic_exchange_8' : function should return a value; 'void' return type assumed
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2272) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2272) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2275) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2275) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2275) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj
future.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/exceptions.hpp(42) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/exceptions.hpp(42) : error C2258: illegal pure syntax, must be '= 0'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/exceptions.hpp(68) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/exceptions.hpp(79) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/exceptions.hpp(84) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(14) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(18) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(44) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(68) : error C3646: 'noexcept' : unknown override specifier
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj
mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj
properties.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\assert.h(25) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\assert.h(25) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(32) : error C2061: syntax error : identifier 'context'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(32) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(34) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(34) : error C2433: 'boost::fibers::algo::algorithm::context' : 'virtual' not permitted on data declarations
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(34) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(34) : warning C4183: 'pick_next': missing return type; assumed to be a member function returning 'int'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(36) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(38) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(40) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(34) : error C2253: 'boost::fibers::algo::algorithm::pick_next' : pure specifier or abstract override specifier only allowed on virtual function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(46) : error C2061: syntax error : identifier 'context'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(46) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(49) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(49) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(49) : error C2061: syntax error : identifier 'context'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(49) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(49) : warning C4183: 'get_properties': missing return type; assumed to be a member function returning 'int'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(50) : error C2061: syntax error : identifier 'context'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(50) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(61) : error C2061: syntax error : identifier 'context'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(106) : see reference to class template instantiation 'boost::fibers::algo::algorithm_with_properties<PROPS>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(61) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(84) : error C2061: syntax error : identifier 'context'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(84) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(84) : error C2535: 'void boost::fibers::algo::algorithm_with_properties<PROPS>::awakened(void)' : member function already defined or declared
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(61) : see declaration of 'boost::fibers::algo::algorithm_with_properties<PROPS>::awakened'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(87) : error C2061: syntax error : identifier 'context'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(87) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(92) : error C2061: syntax error : identifier 'context'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(92) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(96) : error C2061: syntax error : identifier 'context'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(96) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(103) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(103) : error C2433: 'boost::fibers::algo::algorithm_with_properties<PROPS>::fiber_properties' : 'virtual' not permitted on data declarations
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(103) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(103) : error C2061: syntax error : identifier 'context'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(105) : warning C4183: 'new_properties': missing return type; assumed to be a member function returning 'int'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj
scheduler.cpp
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
D:\ReleaseBuild\boost_1_62_0_b1\boost/context/detail/apply.hpp(42) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj...
...skipped <pbin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc110-mt-sgd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>algo\algorithm.obj...
...skipped <plib64-msvc-11.0>libboost_fiber-vc110-mt-sgd-1_62.lib for lack of <pbin.v2\libs\fiber\build\msvc-11.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>libboost_fiber-vc110-mt-sgd-1_62.lib...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
.\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\algorithm.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj
round_robin.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
.\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\round_robin.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj
shared_work.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
.\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\algo\shared_work.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj
barrier.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\barrier.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj
condition_variable.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\condition_variable.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj
context.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\context.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj
fiber.cpp
.\boost/context/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/context/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/context/detail/disable_overload.hpp(34) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/detail/disable_overload.hpp(26) : error C2988: unrecognizable template declaration/definition
.\boost/fiber/detail/disable_overload.hpp(26) : error C2059: syntax error : 'using'
.\boost/fiber/detail/disable_overload.hpp(28) : error C2143: syntax error : missing ';' before '}'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1498) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1501) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1513) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1516) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1529) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1532) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1643) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1646) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1650) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1668) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1671) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1675) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1693) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1696) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1700) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1711) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1714) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(1718) : error C2065: '_Res' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2046) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2046) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2063) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2063) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2067) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2067) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2073) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2073) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2080) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2080) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2087) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2087) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2095) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2095) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2097) : error C2065: '_Order' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2097) : error C2050: switch expression not integral
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2100) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2100) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2103) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2103) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2106) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2106) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2115) : error C2146: syntax error : missing ';' before identifier '_Load_seq_cst_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2115) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2115) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2116) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2118) : error C2146: syntax error : missing ';' before identifier '_Value'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2118) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2138) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2138) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2141) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2144) : error C2146: syntax error : missing ';' before identifier '_Load_relaxed_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2144) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2144) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2145) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2147) : error C2146: syntax error : missing ';' before identifier '_Value'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2147) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2152) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2152) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2155) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2158) : error C2146: syntax error : missing ';' before identifier '_Load_acquire_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2158) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2158) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2159) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2161) : error C2146: syntax error : missing ';' before identifier '_Value'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2161) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2167) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2167) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2170) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2173) : error C2146: syntax error : missing ';' before identifier '_Atomic_load_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2174) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2174) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2175) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2176) : error C2065: '_Order' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2176) : error C2050: switch expression not integral
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2179) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2179) : warning C4508: 'std::_Atomic_load_8' : function should return a value; 'void' return type assumed
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2183) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2186) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2190) : error C2617: 'std::_Atomic_load_8' : inconsistent return statement
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2173) : see declaration of 'std::_Atomic_load_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2195) : error C2146: syntax error : missing ';' before identifier '_Exchange_seq_cst_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2195) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2195) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2197) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2215) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2215) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2218) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2221) : error C2146: syntax error : missing ';' before identifier '_Exchange_relaxed_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2221) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2221) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2228) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2228) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2231) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2234) : error C2146: syntax error : missing ';' before identifier '_Exchange_acquire_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2234) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2234) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2236) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2241) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2241) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2244) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2247) : error C2146: syntax error : missing ';' before identifier '_Exchange_release_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2247) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2247) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2249) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2255) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2255) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2258) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2262) : error C2146: syntax error : missing ';' before identifier '_Atomic_exchange_8'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2263) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2263) : error C2143: syntax error : missing ',' before '*'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2264) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2265) : error C2065: '_Order' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2265) : error C2050: switch expression not integral
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2268) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2268) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2268) : warning C4508: 'std::_Atomic_exchange_8' : function should return a value; 'void' return type assumed
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2272) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2272) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2275) : error C2065: '_Tgt' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2275) : error C2065: '_Value' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xatomic.h(2275) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\fiber.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj
future.cpp
.\boost/fiber/exceptions.hpp(42) : error C2065: 'default' : undeclared identifier
.\boost/fiber/exceptions.hpp(42) : error C2258: illegal pure syntax, must be '= 0'
.\boost/fiber/exceptions.hpp(68) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/exceptions.hpp(79) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/exceptions.hpp(84) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(14) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(18) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(44) : error C3646: 'noexcept' : unknown override specifier
libs\fiber\src\future.cpp(68) : error C3646: 'noexcept' : unknown override specifier
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\future.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj
mutex.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj
properties.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\ymath.h(9) : error C2143: syntax error : missing ';' before '{'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\ymath.h(9) : error C2447: '{' : missing function header (old-style formal list?)
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1124) : error C2039: '_FDenorm' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1124) : error C2065: '_FDenorm' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1124) : error C2228: left of '._Float' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1129) : error C2039: '_FInf' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1129) : error C2065: '_FInf' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1129) : error C2228: left of '._Float' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1134) : error C2039: '_FNan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1134) : error C2065: '_FNan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1134) : error C2228: left of '._Float' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1139) : error C2039: '_FSnan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1139) : error C2065: '_FSnan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1139) : error C2228: left of '._Float' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1191) : error C2039: '_Denorm' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1191) : error C2065: '_Denorm' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1191) : error C2228: left of '._Double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1196) : error C2039: '_Inf' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1196) : error C2065: '_Inf' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1196) : error C2228: left of '._Double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1201) : error C2039: '_Nan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1201) : error C2065: '_Nan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1201) : error C2228: left of '._Double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1206) : error C2039: '_Snan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1206) : error C2065: '_Snan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1206) : error C2228: left of '._Double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1258) : error C2039: '_LDenorm' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1258) : error C2065: '_LDenorm' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1258) : error C2228: left of '._Long_double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1263) : error C2039: '_LInf' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1263) : error C2065: '_LInf' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1263) : error C2228: left of '._Long_double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1268) : error C2039: '_LNan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1268) : error C2065: '_LNan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1268) : error C2228: left of '._Long_double' must have class/struct/union
type is ''unknown-type''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1273) : error C2039: '_LSnan' : is not a member of '`global namespace''
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1273) : error C2065: '_LSnan' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\limits(1273) : error C2228: left of '._Long_double' must have class/struct/union
type is ''unknown-type''
.\boost/fiber/algo/algorithm.hpp(32) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(32) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(34) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/algo/algorithm.hpp(34) : error C2433: 'boost::fibers::algo::algorithm::context' : 'virtual' not permitted on data declarations
.\boost/fiber/algo/algorithm.hpp(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/algo/algorithm.hpp(34) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(34) : warning C4183: 'pick_next': missing return type; assumed to be a member function returning 'int'
.\boost/fiber/algo/algorithm.hpp(36) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(38) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(40) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(34) : error C2253: 'boost::fibers::algo::algorithm::pick_next' : pure specifier or abstract override specifier only allowed on virtual function
.\boost/fiber/algo/algorithm.hpp(46) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(46) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(49) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/algo/algorithm.hpp(49) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/algo/algorithm.hpp(49) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(49) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(49) : warning C4183: 'get_properties': missing return type; assumed to be a member function returning 'int'
.\boost/fiber/algo/algorithm.hpp(50) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(50) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(61) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(106) : see reference to class template instantiation 'boost::fibers::algo::algorithm_with_properties<PROPS>' being compiled
.\boost/fiber/algo/algorithm.hpp(61) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(84) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(84) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(84) : error C2535: 'void boost::fibers::algo::algorithm_with_properties<PROPS>::awakened(void)' : member function already defined or declared
.\boost/fiber/algo/algorithm.hpp(61) : see declaration of 'boost::fibers::algo::algorithm_with_properties<PROPS>::awakened'
.\boost/fiber/algo/algorithm.hpp(87) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(87) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(92) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(92) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(96) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(96) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/algo/algorithm.hpp(103) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/algo/algorithm.hpp(103) : error C2433: 'boost::fibers::algo::algorithm_with_properties<PROPS>::fiber_properties' : 'virtual' not permitted on data declarations
.\boost/fiber/algo/algorithm.hpp(103) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/algo/algorithm.hpp(103) : error C2061: syntax error : identifier 'context'
.\boost/fiber/algo/algorithm.hpp(105) : warning C4183: 'new_properties': missing return type; assumed to be a member function returning 'int'
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(36) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\properties.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj
recursive_mutex.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj
recursive_timed_mutex.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\recursive_timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj
timed_mutex.cpp
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(34) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(35) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(39) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(39) : error C2143: syntax error : missing ',' before ')'
.\boost/context/detail/apply.hpp(40) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(40) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(41) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(42) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(42) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(42) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(42) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(42) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(43) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(44) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(45) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(46) : error C2923: 'std::decay' : 'Tpl' is not a valid template type argument for parameter '_Ty'
.\boost/context/detail/apply.hpp(46) : error C2955: 'std::decay' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\type_traits(1620) : see declaration of 'std::decay'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ')' before '{'
.\boost/context/detail/apply.hpp(46) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(46) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(47) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(49) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(20) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(21) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(39) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(55) : error C3861: 'sp': identifier not found
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ',' before '{'
.\boost/context/stack_context.hpp(62) : error C2143: syntax error : missing ';' before '{'
.\boost/context/stack_context.hpp(63) : error C2143: syntax error : missing ';' before '}'
.\boost/context/stack_context.hpp(63) : fatal error C1003: error count exceeds 100; stopping compilation
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj.rsp"
...failed compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\timed_mutex.obj...
compile-c-c++ bin.v2\libs\fiber\build\msvc-11.0\release\address-model-64\link-static\runtime-link-static\threading-multi\scheduler.obj
scheduler.cpp
.\boost/fiber/properties.hpp(40) : error C2473: 'algo_' : looks like a function definition, but there is no parameter list.
.\boost/fiber/properties.hpp(40) : error C2059: syntax error : 'nullptr'
.\boost/fiber/properties.hpp(40) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/properties.hpp(40) : error C2238: unexpected token(s) preceding ';'
.\boost/fiber/properties.hpp(45) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(47) : error C2059: syntax error : 'public'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ')' before '*'
.\boost/fiber/properties.hpp(53) : error C2143: syntax error : missing ';' before '*'
.\boost/fiber/properties.hpp(53) : error C2059: syntax error : ')'
.\boost/fiber/properties.hpp(53) : error C2146: syntax error : missing ';' before identifier 'noexcept'
.\boost/fiber/properties.hpp(53) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(53) : error C2470: 'noexcept' : looks like a function definition, but there is no parameter list; skipping apparent body
.\boost/fiber/properties.hpp(54) : error C2059: syntax error : '{'
.\boost/fiber/properties.hpp(54) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/fiber/properties.hpp(60) : error C2588: '::~fiber_properties' : illegal global destructor
.\boost/fiber/properties.hpp(60) : error C2575: 'fiber_properties' : only member functions and bases can be virtual
.\boost/fiber/properties.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/fiber/properties.hpp(60) : error C2072: 'boost::fibers::fiber_properties' : initialization of a function
.\boost/fiber/properties.hpp(60) : error C2065: 'default' : undeclared identifier
.\boost/fiber/properties.hpp(64) : error C3646: 'noexcept' : unknown override specifier
.\boost/fiber/properties.hpp(65) : error C2065: 'algo_' : undeclared identifier
.\boost/fiber/properties.hpp(69) : error C2059: syntax error : '}'
.\boost/fiber/properties.hpp(69) : error C2143: syntax error : missing ';' before '}'
.\boost/fiber/algo/algorithm.hpp(22) : error C2143: syntax error : missing ';' before '{'
.\boost/fiber/algo/algorithm.hpp(22) : error C2447: '{' : missing function header (old-style formal list?)
.\boost/context/detail/invoke.hpp(29) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(32) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(32) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(32) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(34) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(38) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/invoke.hpp(41) : warning C4346: 'std::is_member_pointer<std::decay<_Ty>::type>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
.\boost/context/detail/invoke.hpp(41) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/invoke.hpp(41) : error C2143: syntax error : missing ')' before '>'
.\boost/context/detail/invoke.hpp(43) : error C2061: syntax error : identifier 'Args'
.\boost/context/detail/index_sequence.hpp(34) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(41) : see reference to class template instantiation 'boost::context::detail::index_sequence<__formal>' being compiled
.\boost/context/detail/index_sequence.hpp(36) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(36) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(37) : error C2873: 'value_type' : symbol cannot be used in a using-declaration
.\boost/context/detail/index_sequence.hpp(37) : error C2143: syntax error : missing ';' before '='
.\boost/context/detail/index_sequence.hpp(37) : error C2238: unexpected token(s) preceding ';'
.\boost/context/detail/index_sequence.hpp(38) : error C2143: syntax error : missing ';' before 'size_t'
.\boost/context/detail/index_sequence.hpp(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\boost/context/detail/index_sequence.hpp(46) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I1' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2065: 'I2' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(47) : error C2059: syntax error : '...'
.\boost/context/detail/index_sequence.hpp(47) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(48) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(51) : error C2146: syntax error : missing ',' before identifier 'make_index_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'make_index_sequence' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/index_sequence.hpp(51) : error C2955: 'boost::context::detail::concat_sequence' : use of class template requires template argument list
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(51) : error C2027: use of undefined type 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(44) : see declaration of 'boost::context::detail::concat_sequence'
.\boost/context/detail/index_sequence.hpp(52) : error C2039: 'type' : is not a member of '`global namespace''
.\boost/context/detail/index_sequence.hpp(52) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(53) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(56) : error C2976: 'boost::context::detail::index_sequence' : too few template arguments
.\boost/context/detail/index_sequence.hpp(35) : see declaration of 'boost::context::detail::index_sequence'
.\boost/context/detail/index_sequence.hpp(56) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(57) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(59) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/index_sequence.hpp(60) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/index_sequence.hpp(66) : error C2143: syntax error : missing ';' before '}'
.\boost/context/detail/apply.hpp(25) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(26) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(27) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(31) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(31) : error C2143: syntax error : missing ',' before '...'
.\boost/context/detail/apply.hpp(31) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(32) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'fn' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(32) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
.\boost/context/detail/apply.hpp(32) : error C2975: '_Idx' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(403) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(394) : see declaration of '_Idx'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\utility(385) : see declaration of '_Idx'
.\boost/context/detail/apply.hpp(32) : error C2143: syntax error : missing ')' before '...'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<!std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(43) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C2780: 'std::enable_if<std::is_member_pointer<std::decay<_Ty>::type>::value,_Result_of0<_Fty>::type>::type boost::context::detail::invoke(Fn &&)' : expects 1 arguments - 2 provided
.\boost/context/detail/invoke.hpp(34) : see declaration of 'boost::context::detail::invoke'
.\boost/context/detail/apply.hpp(32) : error C3553: decltype expects an expression not a type
.\boost/context/detail/apply.hpp(32) : error C2059: syntax error : ')'
.\boost/context/detail/apply.hpp(33) : error C2143: syntax error : missing ';' before '{'
.\boost/context/detail/apply.hpp(34) : error C2065: 'Fn' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'I' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'Tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2065: 'tpl' : undeclared identifier
.\boost/context/detail/apply.hpp(34) : error C2975: '_Index' : invalid template argument for 'std::get', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\tuple(697) : see declaration of '_Index'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\IN
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment