Ticket #7115 (closed: fixed)
Fix incompatibilities with Boost 1.53
Reported by: | Andrei Savici | Owned by: | Andrei Savici |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.6 |
Component: | Framework | Keywords: | |
Cc: | scu@… | Blocked By: | |
Blocking: | Tester: | Stuart Campbell |
Description
Ubuntu 13.04 and Fedora(19?) have Boost1.53. There are some incompatibilities
- shared_dynamic_cast is deprecated. replace by dynamic_pointer_cast
- shared_ptr cannot be initialized with NULL
Change History
comment:2 Changed 7 years ago by Andrei Savici
Boost fixes. Refs #7115
Changeset: 7fc2b6f8870b3fbe964f6a96b1496489d4b2d1d0
comment:3 Changed 7 years ago by Andrei Savici
Boost fixes. Refs #7115
Changeset: 7fc2b6f8870b3fbe964f6a96b1496489d4b2d1d0
comment:4 Changed 7 years ago by Andrei Savici
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 7 years ago by Stuart Campbell
- Status changed from verify to verifying
- Tester set to Stuart Campbell
Note: See
TracTickets for help on using
tickets.