Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2004-05-14 03:57:46


Bugs item #953818, was opened at 2004-05-14 01:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=953818&group_id=7586

Category: regex
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: John Maddock (johnmaddock)
Summary: recursive matching for regular expression fails.

Initial Comment:
I am looking for regular expression
"http://\([^ ]+\)+"

in a buffer containing following text
http://business.jet2web.at.

and it failes in file

"perl_matcher_non_recursive.hpp"

function

match_all_states()
{
   ......

 if(state_count > max_state_count)
      raise_error(traits_inst, REG_ESPACE);
  
}

I work with bersion BOOST 1.31 in Visual Studio .NET
2003.

My User.hpp is attached.

I set following flags of compilation:

boost::regbase::flag_type reg_flags =
boost::regbase::char_classes |
                boost::regbase::escape_in_lists |
boost::regbase::bk_parens | boost::regbase::intervals;
 
Maya

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=953818&group_id=7586

-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk