5 Aug
2018
5 Aug
'18
12:28 p.m.
On Fri, Aug 3, 2018 at 9:58 AM, Tytgat, John via Boost < boost@lists.boost.org> wrote:
msvc-14.1 32 X X X msvc-14.1 64 X X X
Compile means that the b2 command completed without errors Link means
[Tom Kent] that visual studio was able to link a sample executable to a library (libboost_thread-vcXXX-mt[-gd]-1_XX.lib) generated
Execute means that the linked program executed without errors.
Does this also cover the use of the /std:c++17 option ? Or is this only with the default /std:c++14 setting ?
The windows builds (that the above reference) only use the default toolset options/flags, so c++14. Tom