[type traits] is_convertible issue

12 Mar
2005
12 Mar
'05
11 p.m.
Hi, Mike, a Boost.Python user, ran into a problem that amounts to this: #include <boost/type_traits/is_convertible.hpp> struct S { virtual void f()=0; }; boost::is_convertible<S&,S> error; Shouldn't is_convertible handle cases like this by stripping references before testing? -- Dave Abrahams Boost Consulting www.boost-consulting.com
7463
Age (days ago)
7463
Last active (days ago)
0 comments
1 participants
participants (1)
-
David Abrahams