From bb711db956324547c0aa0a421255a3947cc92954 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 15 Aug 2002 11:30:08 +0000 Subject: [PATCH] Added new state information for forthcomming new algorithms [SVN r14889] --- include/boost/regex.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/regex.hpp b/include/boost/regex.hpp index 9cddec11..b07ca322 100644 --- a/include/boost/regex.hpp +++ b/include/boost/regex.hpp @@ -268,6 +268,7 @@ struct re_repeat : public re_jump int id; bool leading; bool greedy; + bool singleton; };