
17 Jun
2010
17 Jun
'10
4 a.m.
On 16 June 2010 20:01, Chad Nelson <chad.thecomfychair@gmail.com> wrote:
Do you know of any way, short of making two nearly-identical copies of the integer_t class template, to provide different functions? I tried using multiple templated base classes, but the compiler seemed unable to find the inherited functions at all that way, for reasons I don't understand.
SFINAE, through enable_if and disable_if? Without more details, it's hard to know what you're asking for.