Opened 16 years ago

Closed 12 years ago

Last modified 12 years ago

#864 closed Patches (fixed)

[lambda][utility] Make lambda support result<>

Reported by: daniel_walker Owned by: No-Maintainer
Milestone: Component: lambda
Version: None Severity: Problem
Keywords: Cc:

Description (last modified by Marshall Clow)

Apply with 'patch -p0 < djw_lambda_result.patch' from the
boost root directory. This patch also defines macros in boost/utility/result_of.hpp that generate nested result<>  members for user defined functions of various arities. See discussion here http://tinyurl.com/2jgtld.

Attachments (1)

djw_lambda_result.patch (7.2 KB ) - added by daniel.j.walker@… 13 years ago.
The patch file was missing. I am reattaching it.

Download all attachments as: .zip

Change History (7)

comment:1 by Marshall Clow, 15 years ago

Component: Nonelambda
Description: modified (diff)
Owner: changed from urzuga to No-Maintainer
Severity: Problem
Status: assignednew

by daniel.j.walker@…, 13 years ago

Attachment: djw_lambda_result.patch added

The patch file was missing. I am reattaching it.

comment:2 by Jeremiah Willcock, 12 years ago

The patch does not compile anymore -- there is no header <boost/mpl/has_template_xxx.hpp> and some of the other objects referenced in your patch do not exist.

comment:3 by Jeremiah Willcock, 12 years ago

I will commit the Jamfile.v2 for the test directory, though.

comment:4 by Jeremiah Willcock, 12 years ago

(In [62617]) Added Jamfile.v2 from Daniel Walker; refs #864

comment:5 by Steven Watanabe, 12 years ago

Resolution: Nonefixed
Status: newclosed

(In [62627]) Enable using result_of with Boost.Lambda. Fixes #426. Fixes #864

in reply to:  4 comment:6 by Steven Watanabe, 12 years ago

Replying to jewillco:

(In [62617]) Added Jamfile.v2 from Daniel Walker; refs #864

This is a bad idea as there is already a Jamfile. I'll revert this shortly.

Note: See TracTickets for help on using tickets.