Opened 15 years ago

Closed 15 years ago

#1035 closed Bugs (fixed)

regex_error exception when quantifying some non-capturing groups

Reported by: Eric Niebler Owned by: Eric Niebler
Milestone: Boost 1.34.1 Component: xpressive
Version: Boost 1.34.0 Severity: Problem
Keywords: Cc:

Description

sregex expression2 = sregex::compile(

/* 1 */ "(" /* 2 */ "c[\r\n]*(?:\r?\n|\r)" /* 3 */ "(?:" /* 4 */ "(?!c)" /* 5 */ "[\r\n]*(?:\r?\n|\r)" /* 6 */ ")*" /* 7 */ ")" );

Attachments (1)

dynamic.hpp.patch (1.4 KB ) - added by Eric Niebler 15 years ago.
patch for xpressive/detail/dynamic/dynamic.hpp

Download all attachments as: .zip

Change History (4)

comment:1 by Eric Niebler, 15 years ago

Component: Building Boostxpressive

by Eric Niebler, 15 years ago

Attachment: dynamic.hpp.patch added

patch for xpressive/detail/dynamic/dynamic.hpp

comment:2 by Thomas Witt, 15 years ago

Milestone: Boost 1.35.0Boost 1.34.1

Patch applied to RC_1_34_0.

comment:3 by Eric Niebler, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.