
10 Feb
2006
10 Feb
'06
3:28 p.m.
On Feb 10, 2006, at 1:33 AM, Joaquín Mª López Muñoz wrote:
The attached file implements this idea. I cannot test it myself under CW, it'd be great is someone can give it a try.
So this test code compiles cleanly with CW 10.0 and the patched is_convertible.hpp. -- Noel #include <memory> #include <is_convertible.hpp> class foo{}; int main(int ac, char *av[]) { typedef boost::is_convertible<const std::auto_ptr<const foo *>, const foo> type; bool b=type::value; return 0; }