This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/6] add auto_sbitmap class


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+gcc@tbsaunde.org wrote:
> > > From: Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
> > > 
> > > gcc/ChangeLog:
> > > 
> > > 2016-07-24  Trevor Saunders  <tbsaunde+gcc@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
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]