
23 Jun
2004
23 Jun
'04
8:55 p.m.
On Wednesday 23 June 2004 3:31 pm, David Abrahams wrote:
Doug Gregor <dgregor@cs.indiana.edu> writes:
Does is_convertible work on this compiler?
If Boost.Python ever worked there, then yes.
We can emulate those tricks if it does.
I suggest you just use is_convertible<Bundle*,VertexBundle*> as a dispatch tag; it's derived from mpl::true_ or mpl::false_.
I was hoping to be able to catch the cases where the conversion might be ambiguous, but I suspect that even the users we've confused the most with property maps won't do that :) Ralf, could you see if that helps? Doug