6 Apr
2019
6 Apr
'19
8:56 p.m.
On 4/6/19 12:43 PM, Peter Dimov via Boost wrote:
Larry Evans wrote:
Thanks for clearing that up.
However, I did some more exploring, and with the attached:
when only defined(UNSIGNED_I4), it compiles within a few secs. when only defined(UNSIGNED_I5), it times several seconds consuming 100% of one of my cpu's, but eventually compiles. OTOH, when onely UNSIGNED_I5) is defined, it never terminates:
4^4 = 256. 5^5 = 3125. 6^6 = 46656.
Ah! Thanks. That information would be useful in the user documentation to give future users a heads up about the compile time complexity.