Created on 2017-02-03.00:00:00 last changed 93 months ago
[ 2017-03-12, post-Kona ]
Resolved by p0604r0.
[ 2017-02-24, Daniel comments ]
I suggest to apply the paper d0604r0, available on the Kona LWG wiki, implements this suggestions.
The distinction between INVOKE(f, t1, t2,... tN) and INVOKE(f, t1, t2,... tN, R) is too subtle. If the last argument is an expression, it represents tN, if it's a type, then it represents R. Very clumsy.
Proposed change: Rename INVOKE(f, t1, t2,... tN, R) to INVOKE_R(R, f, t1, t2,... tN) and adjust all uses of this form. (Approximately 10 occurrences of invoke would need to change.)
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-03-12 23:20:40 | admin | set | status: ready -> resolved |
2017-03-12 23:04:12 | admin | set | messages: + msg9095 |
2017-03-12 23:04:12 | admin | set | status: new -> ready |
2017-02-24 21:23:01 | admin | set | messages: + msg8996 |
2017-02-03 00:00:00 | admin | create |