Opened 9 years ago
Closed 5 years ago
#9509 closed Bugs (fixed)
mini_xml2.cpp example coud not be compiled by C++11, Boost 1.55
| Reported by: | Owned by: | Joel de Guzman | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | spirit |
| Version: | Boost 1.55.0 | Severity: | Regression |
| Keywords: | c++0x | Cc: | marco.clemencic@… |
Description
libs/spirit/example/qi/mini_xml2.cpp:
$> c++ -std=c++0x mini_xml2.cpp The error log in the attachment to this ticket.
I suspect that problem is related to nonterminal attributes (lines 159-163), but I could be wrong.
c++ version (Ubuntu / Linaro 4.8.1-10ubuntu9) 4.8.1
Attachments (2)
Change History (4)
by , 9 years ago
| Attachment: | compile.log added |
|---|
comment:1 by , 5 years ago
Perhaps it was an error in Fusion. As for now, the examples compiles without problems.
comment:2 by , 5 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Compilation log with errors