
16 Mar
2006
16 Mar
'06
9:30 a.m.
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? Thanks in advance, Volodya