I'd also be curious as to whether adding additional is_integral checks to the 
enable_if's would solve the problem, i.e.:

  typename std::enable_if<ZORBA_TR1_NS::is_integral<N1>::value
                       && ZORBA_TR1_NS::is_unsigned<N1>::value
                       && ZORBA_TR1_NS::is_integral<N2>::value
                       && ZORBA_TR1_NS::is_unsigned<N2>::value,bool>::type
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug986016/+merge/102792
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to