$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Marcin (mmarcin_at_[hidden])
Date: 2007-10-12 16:21:14
David Abrahams wrote:
> on Thu Oct 11 2007, Michael Marcin <mmarcin-AT-method-solutions.com> wrote:
>
>> Okay I think I've got a solution but I it is a bit ugly. Is there a
>> cleaner solution?
>
> Looks OK to me. What do you find ugly about it?
>
Thanks for looking.
I guess the only concrete thing I can point to is having to declare my own
template< typename T >
struct wrap
{
};
since this seems like its probably pretty common I figured there might
be one in mpl somewhere.
Thanks,
Michael Marcin