
22 Dec
2005
22 Dec
'05
10:50 a.m.
On 12/22/05, Richard Jennings <richard.jennings@teraview.com> wrote:
[snip] A possible solution is to do a cast: return optional_value(static_cast<value_type>(0));
This only happens for the zero value, other values are fine.
Can you verify that this is the fix for your compiler? I can't get this to repro with the ones I have. If it does work, I'll make sure the latest rev has this fix in it. -Frank