This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] Use __builtin_clz* for __lg


On 24/10/2007, Joe Buck <Joe.Buck@synopsys.com> wrote:
>
> Your "specializations" aren't specializations, but ordinary functions.
> I'm not sure whether this matters in practice, though.
>
> That is, you define __lg(int), not __lg<int>(int).
>
> I guess this might matter when __lg is called from a template.  This
> is an area of the standard that I am often a bit confused by, though.

It would matter if they were called as __lg<T> but they're only used
by the library code and it doesn't do that, so the non-templates are
in the overload set and work as intended.

Jon


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