Using C++ in GCC is OK
Paolo Bonzini
bonzini@gnu.org
Wed Jun 2 14:08:00 GMT 2010
On 06/02/2010 03:01 PM, Gabriel Dos Reis wrote:
> In the guidelines, I would like to include:
> (2) if you define a class template used mostly with pointer type arguments,
> consider specializing for void* (or const void*) and define all other
> pointer specialization in terms of that.
I have no idea what you're saying. :-) What do you mean by "define all
other pointer specialization in terms of that"? Wouldn't specializing
on T* just work?
Paolo
More information about the Gcc
mailing list