An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena
GNU General Public License v3.0
63
stars
23
forks
source link
:heavy_minus_sign: Use std::shared_ptr instead of boost::shared_ptr #470
Closed
ToruNiina closed 4 years ago
replace ...
boost::shared_ptr
->std::shared_ptr
boost::weak_ptr
->std::weak_ptr
boost::const_pointer_cast
->std::const_pointer_cast
boost::dynamic_pointer_cast
->std::dynamic_pointer_cast
boost::make_shared
->std::make_shared
To pass the CIs, #469 is required.