]> git.lyx.org Git - features.git/blobdiff - boost/boost/regex/v4/states.hpp
boost: update to 1.42.0
[features.git] / boost / boost / regex / v4 / states.hpp
index efdebbe59f7dc8e54aee436f3af5e5e8e1d724a7..38690b2299082998435ce4320d696eab4d18e6c4 100644 (file)
@@ -248,6 +248,14 @@ struct re_repeat : public re_alt
    bool          greedy;    // True if this is a greedy repeat
 };
 
+/*** struct re_recurse ************************************************
+Recurse to a particular subexpression.
+**********************************************************************/
+struct re_recurse : public re_jump
+{
+   int state_id;             // identifier of first nested repeat within the recursion.
+};
+
 /*** enum re_jump_size_type *******************************************
 Provides compiled size of re_jump structure (allowing for trailing alignment).
 We provide this so we know how manybytes to insert when constructing the machine