Opened 13 years ago
Closed 13 years ago
#3666 closed Feature Requests (fixed)
Add function support for rtti disabled environments
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | function |
Version: | Boost 1.40.0 | Severity: | Problem |
Keywords: | function rtti no-rtti | Cc: |
Description
Boost.function does not compile when -fno-rtti is defined. There are a lot 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 for function.
Note:
See TracTickets
for help on using tickets.
(In [58128]) Fix function_base.hpp to not require typeid. Refs #3666. Requires [58127].