#1997 closed Bugs (fixed)
missing include in spirit 'classic' header.
| Reported by: | Owned by: | Joel de Guzman | |
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | spirit |
| Version: | Boost 1.35.0 | Severity: | Problem |
| Keywords: | Cc: | dwalker07@… |
Description
Compilation with a recent gcc revelad a glitch in:
boost/spirit/home/classic/tree/impl/tree_to_xml.ipp
There strlen is used, but <cstring> is not included, causing compilation errors.
Change History (3)
follow-up: 2 comment:1 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 14 years ago
| Cc: | added |
|---|
Note:
See TracTickets
for help on using tickets.

Replying to djowel:
Could you mention which change-set has the fix (in a comment here)?