Created on 2011-09-04.00:00:00 last changed 155 months ago
Rationale (February, 2012):
As noted in issue 1433, the point of declaration of the function name is after the complete declarator, i.e., after the trailing return type, so the recursion posited in this issue cannot occur.
There doesn't appear to be an explicit prohibition of a function declaration of the form
auto f() -> decltype(f());
Presumably there should be.
History | |||
---|---|---|---|
Date | User | Action | Args |
2012-02-27 00:00:00 | admin | set | messages: + msg3844 |
2012-02-27 00:00:00 | admin | set | status: open -> nad |
2011-09-04 00:00:00 | admin | create |