From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2007-02-16 16:30:56


John Maddock wrote:
> I'm a little bit dubious about this patch, because I don't believe the fix
> should be necessary in the first place (can't understand why the compiler's
> complaining in the first place!)
Here's the error message:
> error C2440: 'initializing' : cannot convert from '' to 'const _STL::float_denorm_style'

Given that the source type is empty, this sounds like a compiler bug.

Sebastian Redl