#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 )
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)
Change History (7)
comment:1 by , 15 years ago
Component: | None → lambda |
---|---|
Description: | modified (diff) |
Owner: | changed from | to
Severity: | → Problem |
Status: | assigned → new |
by , 13 years ago
Attachment: | djw_lambda_result.patch added |
---|
comment:2 by , 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.
follow-up: 6 comment:4 by , 12 years ago
comment:5 by , 12 years ago
Resolution: | None → fixed |
---|---|
Status: | new → closed |
comment:6 by , 12 years ago
Note:
See TracTickets
for help on using tickets.
The patch file was missing. I am reattaching it.