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: Alexander Mazurov <alexander.mazurov@…> 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)

compile.log (29 bytes ) - added by Alexander Mazurov <alexander.mazurov@…> 9 years ago.
Compilation log with errors
compile.2.log (113.4 KB ) - added by Alexander Mazurov <alexander.mazurov@…> 9 years ago.
Updated version of compilation log

Download all attachments as: .zip

Change History (4)

by Alexander Mazurov <alexander.mazurov@…>, 9 years ago

Attachment: compile.log added

Compilation log with errors

by Alexander Mazurov <alexander.mazurov@…>, 9 years ago

Attachment: compile.2.log added

Updated version of compilation log

comment:1 by Nikita Kniazev <nok.raven@…>, 5 years ago

Perhaps it was an error in Fusion. As for now, the examples compiles without problems.

comment:2 by Joel de Guzman, 5 years ago

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