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)
Change History (2)
by , 9 years ago
| Attachment: | math_rtti.diff added | 
|---|
comment:1 by , 9 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

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