Opened 9 years ago
Closed 7 years ago
#9228 closed Patches (fixed)
Patch to make Boost.Test work with RTTI disabled
| Reported by: | Antony Polukhin | Owned by: | Raffi Enficiaud |
|---|---|---|---|
| Milestone: | Boost 1.60.0 | Component: | test |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: |
Description
Compiling any tests with <rtti>off fails because of typeid usage and missing template keyword.
Patch in attachment fixs all the issues.
Attachments (1)
Change History (5)
by , 9 years ago
| Attachment: | boost_test_no_rtti.patch added |
|---|
comment:1 by , 8 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 8 years ago
comment:4 by , 7 years ago
| Milestone: | To Be Determined → Boost 1.60.0 |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Changing the milestone to 1.60, but was fixed in 1.59.
Note:
See TracTickets
for help on using tickets.

This issue was fixed in develop branch