tpbarron / vehicle_optimization

Vehicle simulator to test algorithms for traffic optimization.
1 stars 0 forks source link

Convert "naked" pointers to shared_ptr s / clean up memory management #8

Open tpbarron opened 10 years ago

tpbarron commented 10 years ago

For memory safety convert pointers to C++11 style pointers to ensure they remain in scope.