#862 closed Patches (fixed)
[utility] Make result_of handle lambda expressions
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | Showstopper |
Keywords: | Cc: |
Description (last modified by )
Apply with 'patch -p0 < djw_result_of.patch' from the boost root directory. See Discussion here http://tinyurl.com/2h3g7n.
Attachments (1)
Change History (7)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Reporter: | changed from | to
Severity: | → Showstopper |
Status: | assigned → new |
comment:2 by , 15 years ago
Owner: | changed from | to
---|
comment:3 by , 14 years ago
Owner: | changed from | to
---|
comment:4 by , 14 years ago
The patch file djw_result_of.patch adds an implementation of result_of that is similar to N1454 but uses decltype instead of typeof. This patch only fixes the lambda compatibility problem on compilers that support decltype. Apply from the root with 'patch -p0 < djw_result_of.patch'
comment:5 by , 14 years ago
Resolution: | None → fixed |
---|---|
Status: | new → closed |
comment:6 by , 13 years ago
(In [60289]) Merge various result_of changes.
- [42234] Reduce header dependencies, from Shunsuke Sogame. Fixes #1535
- [45256] result_of implementation that makes use of C++0x decltype, from Daniel Walker. Fixes #862.
- [48620] Fix result_of to work with const-qualified function pointers. Fixes #1310
- [60052] Remove use of deprecated config macro in result_of.
Note:
See TracTickets
for help on using tickets.
Assigned to "doug_gregor" instead of nonexistent user "dgregor"