Opened 8 years ago

Closed 8 years ago

#10280 closed Bugs (fixed)

archive/detail/helper_collection.hpp uses typeid and breaks non-RTTI builds

Reported by: Mika Fischer <mika.fischer@…> Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost 1.56.0 Severity: Problem
Keywords: Cc:

Description

That header is included unconditionally by boost/include/boost/archive/detail/basic_{i,o}archive.hpp, thus making it impossible to use the serialization library without RTTI.

Change History (2)

comment:1 by Robert Ramey, 8 years ago

Damn! - confirmed - this will take some thought. If you've figured out a fix - feel free to share it.

Robert Ramey

comment:2 by Robert Ramey, 8 years ago

Resolution: fixed
Status: newclosed

fixed in develop branch

Note: See TracTickets for help on using tickets.