Opened 10 years ago

Last modified 8 years ago

#7786 new Feature Requests

Add support for RTTI-disabled environments

Reported by: Adam Romanek <romanek.adam@…> Owned by: Jonathan Turkanis
Milestone: To Be Determined Component: iostreams
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc: mika.fischer@…, spatz@…

Description

Boost.Iostreams does not compile when -fno-rtti is defined. There are lots of environments where it is not possible to activate RTTI. It would be useful if it could support non-RTTI settings even if it means a smaller set of functionality.

Change History (5)

comment:1 by Mika Fischer <mika.fischer@…>, 10 years ago

Cc: mika.fischer@… added

comment:2 by spatz@…, 9 years ago

Cc: spatz@… added

comment:3 by viboes, 9 years ago

Type: Support RequestsFeature Requests

comment:4 by lukas.twardus@…, 8 years ago

Is there a chance for this to be done ?

comment:5 by bartosz.marcinkiewicz@…, 8 years ago

Would it be viable solution to change typeid() to use boost::type_index::type_id<> instead?

Note: See TracTickets for help on using tickets.