Closed hoyhoy closed 6 months ago
msvc 17.9.4 had problems with this code on boost 1.84.0 as well, but that seemed to get fixed at 17.9.6. https://developercommunity.visualstudio.com/t/cl-193933523-x64-boost1840-boost/10622335
Seems like args.hpp
is missing #include <boost/preprocessor/repetition/enum.hpp>
Even with the include our boost::msm::back::state_machine
is now going into an infinite recursion and crashing. Worked in boost/1.84.0
We have some code that uses
This is erroring out with boost 1.85.0 on the latest clang. boost 1.84.0 compiles successfully though.
clang++ 18.1.5 errors out with this on the compile.