Opened 7 years ago
Closed 7 years ago
#11363 closed Bugs (fixed)
deque.hpp: definition of boost::archive::library_version_type missing
Reported by: | anonymous | Owned by: | Robert Ramey |
---|---|---|---|
Milestone: | To Be Determined | Component: | serialization |
Version: | Boost 1.58.0 | Severity: | Problem |
Keywords: | Cc: |
Description
boost::archive::library_version_type used in serialization/deque.hpp is not defined.
This can be fixed by adding
#include <boost/archive/basic_archive.hpp>
Note:
See TracTickets
for help on using tickets.
this has been fixed in 1.59