[x265] [PATCH] List: Basic List Operations To Replace std::list

Jean-Baptiste Kempf jb at videolan.org
Thu Sep 12 12:50:02 CEST 2013


On 12 Sep, Steve Borho wrote :
> > > +#ifndef __LIST__
> > > +#define __LIST__
> >
> > Header guards should always be prefixed/namespaced. __LIST__
> > is far too generic and could very easily conflict with
> > system headers.
> >
> 
> agreed, __LIST__ is to generic

Of course not, this is not the issue.

It is illegal.

The use of two underscores (`__') in identifiers is reserved for the
compiler's internal use according to the standards...

Best regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the x265-devel mailing list