
7 Feb
2006
7 Feb
'06
9:18 a.m.
Hello, Could any kind soul with access to CW 9.4 try to compile the following and report the results? #include <boost/type_traits/is_convertible.hpp> #include <memory> class foo{}; typedef boost::is_convertible< const std::auto_ptr<const foo *>, const foo> type; int main() { bool b=type::value; } I've got reasons to think this will fail, and hence spot a problem with boost::is_convertible in CW. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo