On Tue, 6 Nov 2018 at 17:45, Robert via Boost
I do not recall if I ask.
I meant Robert Ramey, my bad. The question was more like does anyone build [successfully] Boost with other than C++03? However, I have to escape the colon character
with a backslash. I discover that by accident a few builds ago with b2, building all Boost with the cl.exe, approximately Visual Studio 15.6.4. Have you observed any messages stating how an unknown option is ignored? I purposely redirect all b2 output to a text file with the redirect operator. The tail end of the b2 invocation is similar to:
buildVSx64Fri5_6.log 2>&1
I highly recommend using the "2>&1". All error and normal messages will be in the one text file. Reviewing the file should isolate results faster.
b2 has an option: -oC:\tmp\clang_log_debug.log for the command-line. How to get only the error-messages? degski -- *“If something cannot go on forever, it will stop" - Herbert Stein*