Opened 10 years ago

Closed 10 years ago

#8297 closed Bugs (fixed)

vector uses ::memcpy but doesn't include <cstring>

Reported by: anonymous Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: container
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

summary says it all. <cstring> has to be included before <boost/container/vector.hpp> is included

Change History (1)

comment:1 by Ion Gaztañaga, 10 years ago

Resolution: fixed
Status: newclosed

Boost 1.52 vector deos not call memcpy AFAIK. However <cstring> is missing in trunk. Fixed in revision 83460

Note: See TracTickets for help on using tickets.