Opened 10 years ago
Last modified 8 years ago
#7786 new Feature Requests
Add support for RTTI-disabled environments
Reported by: | 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 , 10 years ago
Cc: | added |
---|
comment:2 by , 9 years ago
Cc: | added |
---|
comment:3 by , 9 years ago
Type: | Support Requests → Feature Requests |
---|
comment:4 by , 8 years ago
comment:5 by , 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.
Is there a chance for this to be done ?