6 Apr
2019
6 Apr
'19
5:34 p.m.
On 4/6/19 12:20 PM, Larry Evans via Boost wrote: [snip]
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: [snip] The above should read:
OTOH, when only UNSIGNED_I6 is defined, it never terminates (waited more than 30secs before killing the process).