Re: [Kicad-developers] [PATCH] Replace boost::shared_ptr with std::shared_ptr

2016-06-29 Thread Wayne Stambaugh
Patch committed in product branch r6957. Thanks. Wayne On 6/29/2016 10:16 AM, Simon Richter wrote: > This is a simple 1:1 replacement for all cases where shared_ptr is not used > to point at an array (array handling is not in C++11). > --- > 3d-viewer/3d_mesh_model.h | 4 ++-- >

[Kicad-developers] [PATCH] Replace boost::shared_ptr with std::shared_ptr

2016-06-29 Thread Simon Richter
This is a simple 1:1 replacement for all cases where shared_ptr is not used to point at an array (array handling is not in C++11). --- 3d-viewer/3d_mesh_model.h | 4 ++-- common/gal/opengl/opengl_gal.cpp | 2 +- common/geometry/hetriang.cpp | 34