NICTA / SmartGridToolbox

Smart Grid Simulation Library (C++14)
http://nicta.github.io/SmartGridToolbox
24 stars 10 forks source link

shared_from_this #20

Closed dexterurbane closed 8 years ago

dexterurbane commented 9 years ago

Minor issue: in SgtSim, we do a bit of dynamic_pointer_cast'ing of shared_from_this. Make this neater.

dexterurbane commented 8 years ago

Done. shared<>() is now only used a few times.