On 17/08/2021 18:23, Edward Diener via Boost-users wrote:
I ran my test from the command line with bjam using the latest source from Boost on the developer branch. The command line is:
cl /Zm800 -nologo "test_include_rational.cpp" -Fo"test_include_rational.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew /Zc:__cplusplus /bigobj /Z7 /Od /Ob0 /W4 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -c -DBOOST_ALL_NO_LIB=1 "-I..\..\.."
Hi Edward - I ran the same command here (substituting my own file names) and it gives me the exact same error list. It doesn't get me any further but in some ways, I guess that's a good sign. I'm still on boost v1.71 but I think the rest of the team are on 1.74 - so I'll update to 1.74 later and see what happens. Thanks, John