This is the mail archive of the gcc@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: Normalizing the bitmap APIs.


On Thu, Oct 11, 2012 at 9:01 AM, Richard Biener
<richard.guenther@gmail.com> wrote:

> I'd rather not mix this with any kind of further C++-ification (that is
> introduction of member functions or operator overloads).

Agreed.  At first I was surprised that Lawrence had not done the
obvious operator overloads, but the introduction of temporaries
convinced me.  Also, doing it via template expressions seemed overkill
for what amounts to syntactic sugar.


Diego.


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