Boost logo

Boost Users :

Subject: Re: [Boost-users] problem with boost::phoenix::lambda
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-07-25 17:35:20


AMDG

Kim Kuen Tang wrote:
> I will create a ticket and try to find a fix for this issue.
> Do you have some recommendation where to begin?

Grep for no_nullary. All instances will need
to be changed to sets of undefined variables,
the test to determine whether a default constructor
is needed will have to check for an empty
set. mpl::or_ will need to be replaced with
a set union, and the scope constructs will
need to do a set difference with the local
variables that they define.

In Christ,
Steven Watanabe


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