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)

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to