$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [mpl][type_traits] Transforming to common type
From: Bjorn Reese (breese_at_[hidden])
Date: 2014-02-22 11:04:29
On 02/22/2014 04:55 PM, Steven Watanabe wrote:
> Don't use ::type in MPL Lambda expressions.
> It forces immediate evaluation, which is
> not what you want.
Well, that was simple. It fixes the C++03 compilation.
Unfortunately I still get the error with C++11 compilation.