Boost logo

Boost :

From: João Abecasis (jpabecasis_at_[hidden])
Date: 2006-03-20 20:41:45


Vladimir Prus wrote:
> Hello!
>
> The above test fails on large number of platforms, because of unresolved
> reference to char_traits<bool>::various_functions.
>
> I suppose that char_traits is explicitly instantiated for char and wchar_t for
> those compilers, so using it with 'bool' just does not work.
>
> Looks at the standard, it seems that non-specialized char_traits is not
> required to provide any member functions at all, so test that relies on any
> member functions in char_traits<bool> is wrong.
>
> Can somebody look into this, and fix the test?

I've committed a fix for this issue elsewhere and hopefully some of the
failures will clear up in the next runs. (crossing fingers) Let's wait
and see.

Once again, thanks for the heads up!

Best regards,

João


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk