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
Note:
See TracTickets
for help on using tickets.
Boost 1.52 vector deos not call memcpy AFAIK. However <cstring> is missing in trunk. Fixed in revision 83460