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: | 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.
Note:
See TracTickets
for help on using tickets.
Damn! - confirmed - this will take some thought. If you've figured out a fix - feel free to share it.
Robert Ramey