Created on 2017-02-03.00:00:00 last changed 89 months ago
Proposed resolution:
This wording is relative to N4618.
Add to the synopsis of <type_traits>:
template <auto N> using integer_constant = integral_constant<decltype(N), N>;
[ 2017-07 Toronto Thurs Issue Prioritization ]
Duplicate of 2922.
An alias template using the new template template auto deduction would make integral_constant slightly easier to use.
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-07-15 23:15:19 | admin | set | messages: + msg9395 |
2017-07-15 23:15:19 | admin | set | status: new -> dup |
2017-02-04 04:54:35 | admin | set | messages: + msg8901 |
2017-02-03 00:00:00 | admin | create |