Opened 12 years ago
Closed 12 years ago
#4312 closed Bugs (duplicate)
Compile-Errors when using boost.xpressive with gcc 4.5
Reported by: | 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)
Change History (5)
by , 12 years ago
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
The problem doesn't happen on the either trunk or the upcoming release branch.
comment:3 by , 12 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Oh, I see. This is a dupe of #4061, which has already been fixed for the upcoming 1.44 release.
comment:4 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Oh, i forgot the source. It's the html-tag-parser example from the docs.
Line causing problems: sregex html = '<' >> optional('/') >> +_w >> '>';