Created on 2018-06-14.00:00:00 last changed 47 months ago
Proposed resolution (February, 2019):
Change 13.7.5 [temp.friend] paragraph 8 as follows:
When a friend declaration refers to a specialization of a function template, the function parameter declarations shall not include default arguments, nor shall theinline specifierinline, constexpr, or consteval specifiers be used in such a declaration.
Notes from the December, 2018 teleconference:
This should also cover the newly-added consteval specifier.
[Accepted as a DR at the February, 2019 meeting.]
According to 13.7.5 [temp.friend] paragraph 8,
When a friend declaration refers to a specialization of a function template, the function parameter declarations shall not include default arguments, nor shall the inline specifier be used in such a declaration.
Presumably this should also include the constexpr specifier.
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-12-15 00:00:00 | admin | set | messages: + msg6415 |
2020-12-15 00:00:00 | admin | set | messages: + msg6414 |
2018-06-14 00:00:00 | admin | create |