On Mon, Jul 25, 2016 at 09:30:07AM -0600, Jeff Law wrote: > On 07/24/2016 10:28 AM, Richard Biener wrote: > > On July 24, 2016 1:44:44 PM GMT+02:00, tbsaunde+...@tbsaunde.org wrote: > > > From: Trevor Saunders <tbsaunde+...@tbsaunde.org> > > > > > > gcc/ChangeLog: > > > > > > 2016-07-24 Trevor Saunders <tbsaunde+...@tbsaunde.org> > > > > > > * sbitmap.h (auto_sbitmap): New class. > > > > OK. > Do we need a private move constructor and assignment operator here too?
I think they aren't generated by default, but it shouldn't hurt, and we should probably add a compat macro for = delete, I'll try to get to that part soon. Trev > > > jeff >