Opened 10 years ago
Closed 10 years ago
#7849 closed Feature Requests (fixed)
Add support for disabling exceptions and RTTI
| Reported by: | Ion Gaztañaga | Owned by: | Ion Gaztañaga |
|---|---|---|---|
| Milestone: | Boost 1.54.0 | Component: | intrusive |
| Version: | Boost 1.53.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Intrusive can be a good candidate for applications that disable RTTI and exceptions for speed or size reasons. It should add support for compilation modes (e.g. clang or gcc -fno-exceptions / -fno-rtti) that disable them.
Note:
See TracTickets
for help on using tickets.

(In [82362]) Fixes #7849