Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2007-06-08 08:57:14


Daniel Wallin wrote:
> Here's a patch for it:
>
> --- preprocessor.hpp 29 Sep 2006 00:31:28 -0000 1.5.2.9
> +++ preprocessor.hpp 27 May 2007 16:01:40 -0000
> @@ -149,7 +149,8 @@
> , typename Parameters::deduced_list
> , tag_keyword_arg
> , mpl::false_
> - >::type type;
> + >::type result;
> + typedef typename mpl::first<result>::type type;
> };
>
> I'll be checking this in on HEAD and RC shortly.

I've confirmed that this fixes the issue, but don't see the patch in either
HEAD or RC branches. In the mean time I've opened track ticket 1044 on
this.

Regards, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net