$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-06-23 15:55:40
On Wednesday 23 June 2004 3:31 pm, David Abrahams wrote:
> Doug Gregor <dgregor_at_[hidden]> 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