Opened 15 years ago
Closed 15 years ago
#1819 closed Bugs (fixed)
GCC-4.3 doesn't compile binary_buffer_iprimitive.hpp
Reported by: | Maik Beckmann <Beckmann.Maik <at> googlemail <dot> com> | Owned by: | Douglas Gregor |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | mpi |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
binary_buffer_iprimitive.hpp is missing a
#include <cstring>
to get std::memcpy.
Patch is attached
Best,
-- Maik
Attachments (1)
Change History (3)
by , 15 years ago
comment:1 by , 15 years ago
Milestone: | To Be Determined → Boost 1.36.0 |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed on the trunk. Thanks!