help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: always true warning


From: address@hidden
Subject: Re: always true warning
Date: 22 Dec 2006 04:29:00 -0800
User-agent: G2/1.0

Bernd Strieder wrote:
> The clean way means (partially) specializing your template, and remove
> the comparisions from the code for unsigned. If your template itself is
> too large, you could perhaps forward the member functions with those
> comparision to other template functions, which you could specialize
> more easily.
I was thinking about this, but is it possible at all without having
specialize for all types? (char, int, long, long long)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]