Skip to content
  • Giovanni Di Siena's avatar
    Replace boost::shared with std::shared · 11994bc3
    Giovanni Di Siena authored and Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony committed
    In places other substitutions have been made, e.g
    Clang does not yet specialize std::shared_ptr for T[]. Vector
    has been used instead. The operator[] methods were incorrectly
    marked const but returning a non-const reference - this has been fixed.
    Refs #25842
    11994bc3