← Back to team overview

kicad-developers team mailing list archive

Coverity heads-up

 

I’ve given up chasing down all the places where we fail to catch boost exceptions.

I’m removing boost::ptr_vector<T> in favour of std::vector<T*> (which boost uses under the hood anyway).

Follow ups