Opened 9 years ago

Closed 9 years ago

#9317 closed Bugs (fixed)

boost math cannot be used without RTTI

Reported by: Mathias Gaunard Owned by: John Maddock
Milestone: To Be Determined Component: math
Version: Boost Development Trunk Severity: Problem
Keywords: rtti math Cc:

Description

At the moment Boost.Math cannot be used with RTTI disabled. Having RTTI disabled can be useful for some numerical applications that need to run on platforms with a minimal C++ runtime, and it seems the changes required in Boost.Math to allow this are pretty minimal.

Patch attached.

Attachments (1)

math_rtti.diff (787 bytes ) - added by Mathias Gaunard 9 years ago.

Download all attachments as: .zip

Change History (2)

by Mathias Gaunard, 9 years ago

Attachment: math_rtti.diff added

comment:1 by John Maddock, 9 years ago

Resolution: fixed
Status: newclosed

(In [86517]) Allow Boost.Math to be used without RTTI. Fixes #9317.

Note: See TracTickets for help on using tickets.