Opened 14 years ago

Closed 14 years ago

#2418 closed Bugs (fixed)

wrong include statement for spirit-classic

Reported by: Maik Beckmann <Beckmann.Maik@…> Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

These #include boost/spirit/class_.*> have to be #include boost/spirit/include/class_.*>

Patch to fix this is attached.

Attachments (2)

serialization_spirit.patch (1.2 KB ) - added by Maik Beckmann <Beckmann.Maik@…> 14 years ago.
fix
serialization.diff (1.5 KB ) - added by Jürgen Hunold 14 years ago.
serialization.diff

Download all attachments as: .zip

Change History (5)

by Maik Beckmann <Beckmann.Maik@…>, 14 years ago

Attachment: serialization_spirit.patch added

fix

comment:1 by Maik Beckmann <Beckmann.Maik@…>, 14 years ago

Argh... These

  #include <boost/spirit/classic_.*>

have to be

  #include <boost/spirit/include/classic_.*>

Sorry

by Jürgen Hunold, 14 years ago

Attachment: serialization.diff added

serialization.diff

comment:2 by Jürgen Hunold, 14 years ago

Added another patch reverting the #ifdef macros not present before r49349 and r49347. Seems better to me, but I have no access to a windows machine at the moment, so I don't dare to simply commit this.

comment:3 by Robert Ramey, 14 years ago

Resolution: fixed
Status: newclosed

Fixed tested on my machine and checked into trunk

Note: See TracTickets for help on using tickets.