Opened 15 years ago
Closed 15 years ago
#1438 closed Bugs (fixed)
gcc 4.3.0 seems to need a <cstring> in impl/debug.ipp
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | Boost 1.35.0 | Component: | test |
Version: | Boost Development Trunk | Severity: | Showstopper |
Keywords: | Cc: |
Description
... to avoid a "???memcpy??? is not a member of ???std???" compilation failure error.
(or a <cwchar> for wmemcpy, if that is used anywhere).
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at rev 41078. I didn't apply the fix supplied along ticket 1432 because I wasn't aware of its existence.
Note:
See TracTickets
for help on using tickets.
Should be fixed by #1432