← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH 10/16] Replace unshared boost::shared_array with std::unique_ptr

 

Thank you Simon, committed in 6902.

Regards,
Orson

On 06/07/2016 09:54 PM, Simon Richter wrote:
> 
> These are never shared, so std::unique_ptr works fine, and std::unique_ptr
> has a specialisation for array types that uses "operator delete[]", so this
> is still correct.
> ---
>  common/gal/opengl/opengl_gal.cpp | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)


Attachment: signature.asc
Description: OpenPGP digital signature


References