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: John Pavel <jrp@…> 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 John Pavel <jrp@…>, 15 years ago

Should be fixed by #1432

comment:2 by Joaquín M López Muñoz, 15 years ago

Resolution: fixed
Status: newclosed

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.