Opened 9 years ago

#8771 new Feature Requests

Constructor of polymorphic archives

Reported by: Bjorn Reese <breese@…> Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost 1.53.0 Severity: Problem
Keywords: Cc:

Description

The constructor of polymorphic_iarchive_route assumes that the wrapped archive takes a std::stream argument. While that may be the case for the current archives provided Boost.Serialization, it is not generally the case. I have some archives that takes two iterators (begin/end) instead.

Robert has suggested that the constructor should take an already constructed archive instead. That would solve my problem.

Change History (0)

Note: See TracTickets for help on using tickets.