← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/bug986016 into lp:zorba

 

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.


References