
14 May
2008
14 May
'08
5:52 p.m.
Johan Råde wrote:
John Maddock wrote:
Steven Watanabe wrote:
return (N%2) ? base*positive_power<N-1>::result(base)
Shouldn't positive_power<N>(base) be reduced to square(positive_power<N/2>(base) or base * square(positive_power<N/2>(base)) depending on N%2?
--Johan
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Now I see. Ignore my last mail. --Johan