$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-16 04:30:44
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