Skip to content

Commit

Permalink
Update spirit from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
boost-commitbot committed Aug 17, 2024
1 parent ed6c181 commit 93e2646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/spirit
Submodule spirit updated 30 files
+2 −0 doc/x3/spirit_x3.qbk
+9 −3 doc/x3/tutorial/error_handling.qbk
+97 −0 doc/x3/tutorial/non_throwing_expectations.qbk
+30 −9 include/boost/spirit/home/x3/auxiliary/guard.hpp
+4 −1 include/boost/spirit/home/x3/core/proxy.hpp
+71 −11 include/boost/spirit/home/x3/core/skip_over.hpp
+11 −0 include/boost/spirit/home/x3/directive/confix.hpp
+19 −26 include/boost/spirit/home/x3/directive/expect.hpp
+8 −0 include/boost/spirit/home/x3/directive/matches.hpp
+5 −1 include/boost/spirit/home/x3/directive/repeat.hpp
+10 −0 include/boost/spirit/home/x3/directive/seek.hpp
+64 −18 include/boost/spirit/home/x3/directive/skip.hpp
+27 −4 include/boost/spirit/home/x3/nonterminal/detail/rule.hpp
+7 −2 include/boost/spirit/home/x3/operator/alternative.hpp
+17 −0 include/boost/spirit/home/x3/operator/difference.hpp
+4 −1 include/boost/spirit/home/x3/operator/kleene.hpp
+4 −1 include/boost/spirit/home/x3/operator/list.hpp
+5 −1 include/boost/spirit/home/x3/operator/not_predicate.hpp
+7 −1 include/boost/spirit/home/x3/operator/optional.hpp
+4 −1 include/boost/spirit/home/x3/operator/plus.hpp
+14 −1 include/boost/spirit/home/x3/operator/sequence.hpp
+392 −0 include/boost/spirit/home/x3/support/expectation.hpp
+8 −1 test/x3/Jamfile
+0 −153 test/x3/expect.cpp
+807 −0 test/x3/expect.ipp
+8 −0 test/x3/expect_nothrow.cpp
+45 −0 test/x3/expect_odr.cpp
+9 −0 test/x3/expect_odr_nothrow.cpp
+9 −0 test/x3/expect_odr_throw.cpp
+8 −0 test/x3/expect_throw.cpp

0 comments on commit 93e2646

Please sign in to comment.