Hello,
I downloaded sources boost_1_60_0.zip from boost.org
I have built boost libraries.
After this I tried to build console_test_runner.cpp located at
\libs\test\tools\console_test_runner\src\console_test_runner.cpp of
boost_1_60_0.zip.
I run following command:
..\..\..\..\b2 toolset=msvc-14.0 address-model=64 variant=release
debug-symbols=on
I run it from the folder \libs\test\tools\console_test_runner\
I got errors, I tried to investigate them.
It appears that console_test_runner.cpp contains following line:
#include
participants (1)
-
Sergiy Tkachuk