Thread overview
newbie: howto boost::mpl::find_if in D?
Jan 10, 2007
Larry Evans
Jan 10, 2007
Sean Kelly
Jan 10, 2007
Larry Evans
solved mpl::find_if in D (was Re: newbie: howto boost::mpl::find_if in D?
Jan 12, 2007
Larry Evans
January 10, 2007
Thie first attachment gives compile errors in 2nd attachment. What am I doing wrong?


January 10, 2007
Larry Evans wrote:
> Thie first attachment gives compile errors in 2nd attachment.
> What am I doing wrong?

I think you attached the wrong files.  find_if_proto.cpp will not compile in D because it's C++ code.


Sean
January 10, 2007
On 01/10/2007 12:13 PM, Larry Evans wrote:
> Thie first attachment gives compile errors in 2nd attachment. What am I doing wrong?
OOPS.  Wrong files attached.  The attachment to this one shows the .d file.


January 12, 2007
On 01/10/2007 12:17 PM, Larry Evans wrote:
> On 01/10/2007 12:13 PM, Larry Evans wrote:
> 
>> Thie first attachment gives compile errors in 2nd attachment. What am I doing wrong?
> 
> OOPS.  Wrong files attached.  The attachment to this one shows the .d file.
> 
[snip]
The attachment compiles with all asserts passing.  The problem
was just prepending alias to Predicate template formal arg.