Opened 13 years ago

Closed 13 years ago

#3666 closed Feature Requests (fixed)

Add function support for rtti disabled environments

Reported by: david.genest@… 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.

Change History (2)

comment:1 by Peter Dimov, 13 years ago

(In [58128]) Fix function_base.hpp to not require typeid. Refs #3666. Requires [58127].

comment:2 by Peter Dimov, 13 years ago

Resolution: fixed
Status: newclosed

(In [58195]) Merge [58123], [58127], [58128] to release. Fixes #3666.

Note: See TracTickets for help on using tickets.