Opened 14 years ago
Closed 14 years ago
#2418 closed Bugs (fixed)
wrong include statement for spirit-classic
| Reported by: | 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)
Change History (5)
by , 14 years ago
| Attachment: | serialization_spirit.patch added |
|---|
comment:1 by , 14 years ago
Argh... These
#include <boost/spirit/classic_.*>
have to be
#include <boost/spirit/include/classic_.*>
Sorry
comment:2 by , 14 years ago
comment:3 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed tested on my machine and checked into trunk
Note:
See TracTickets
for help on using tickets.

fix