Ticket #7115 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

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:1 Changed 7 years ago by Andrei Savici

  • Status changed from new to accepted

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

The first part of the ticket was solved in #7110. Therefore the changes in this branch are built on feature/7110_fedora19 branch. Ticketts #7110 and #7115 should be checked together

comment:5 Changed 7 years ago by Stuart Campbell

  • Status changed from verify to verifying
  • Tester set to Stuart Campbell

comment:6 Changed 7 years ago by Stuart Campbell

  • Status changed from verifying to closed

Compiles ok with Boost 1.53

comment:7 Changed 7 years ago by Nick Draper

  • Component changed from Mantid to Framework

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 7961

Note: See TracTickets for help on using tickets.