#1961 closed Bugs (fixed)
[proto][gcc-4.3] test/toy_spirit.cpp misses #include <cstring>
| Reported by: | Owned by: | Eric Niebler | |
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | xpressive |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: |
Description
Otherwise gcc-4.3 doesn't know std::strlen
Patch is attached.
-- Maik
Attachments (1)
Change History (3)
by , 14 years ago
| Attachment: | toy_spirit.patch added |
|---|
comment:1 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [45840]) add missing include, fixes #1961