Boost Spirit X3 has been broken since version 1.78, and nobody is willing to fix it. I had to switch to the old Boost Spirit in my projects. Check issue 707. In brief, Spirit X3 is useless.
Boost.Parser just passed review and was accepted into boost. Boost.Parser is essentially a successor to Boost.Spirit X3. I intend to do a video on that library in the future.
@@UtahCppProgrammers I tried it and found a couple of bugs. However, it looks promising. I especially like that for structure initialization, one doesn't have to use BOOST_FUSION_ADAPT_STRUCT.
Boost Spirit X3 has been broken since version 1.78, and nobody is willing to fix it. I had to switch to the old Boost Spirit in my projects. Check issue 707. In brief, Spirit X3 is useless.
Boost.Parser just passed review and was accepted into boost. Boost.Parser is essentially a successor to Boost.Spirit X3. I intend to do a video on that library in the future.
@@UtahCppProgrammers Thank you for the news. I'll check it.
@@UtahCppProgrammers I tried it and found a couple of bugs. However, it looks promising. I especially like that for structure initialization, one doesn't have to use BOOST_FUSION_ADAPT_STRUCT.
@@UtahCppProgrammers Hi, in which version can I use Boost.Parser?