Opened 12 years ago

Closed 12 years ago

#4312 closed Bugs (duplicate)

Compile-Errors when using boost.xpressive with gcc 4.5

Reported by: michi@… Owned by: Eric Niebler
Milestone: To Be Determined Component: xpressive
Version: Boost 1.43.0 Severity: Problem
Keywords: gcc4.5 boost.xpressive compile-error Cc:

Description

I'm trying to use boost.xpressive (1.42) whith gcc 4.5, but i get errors when building.

Attachments (1)

build.log (9.8 KB ) - added by michi@… 12 years ago.

Download all attachments as: .zip

Change History (5)

by michi@…, 12 years ago

Attachment: build.log added

comment:1 by michi@…, 12 years ago

Oh, i forgot the source. It's the html-tag-parser example from the docs.

Line causing problems: sregex html = '<' >> optional('/') >> +_w >> '>';

comment:2 by Eric Niebler, 12 years ago

Resolution: worksforme
Status: newclosed

The problem doesn't happen on the either trunk or the upcoming release branch.

comment:3 by Eric Niebler, 12 years ago

Resolution: worksforme
Status: closedreopened

Oh, I see. This is a dupe of #4061, which has already been fixed for the upcoming 1.44 release.

comment:4 by Eric Niebler, 12 years ago

Resolution: duplicate
Status: reopenedclosed
Note: See TracTickets for help on using tickets.