Created on 2018-07-02.00:00:00 last changed 86 months ago
Proposed resolution:
This wording is relative to N4758.
Delete from [meta.type.synop] all variable templates starting at is_void_v up to and including is_convertible_v as indicated:
#include <type_traits>
namespace std::experimental {
inline namespace fundamentals_v3 {
// See C++17 §23.15.4.1, primary type categories
template <class T> constexpr bool is_void_v
= is_void<T>::value;
[…]
template <class From, class To> constexpr bool is_convertible_v
= is_convertible<From, To>::value;
// 3.3.2, Other type transformations
template <class> class invocation_type; // not defined
[…]
} // inline namespace fundamentals_v3
} // namespace std::experimental
[ 2018-11-11 Resolved by P1210R0, adopted in San Diego. ]
[ 2018-07-20 Status to Tentatively Ready after five positive votes on the reflector. ]
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-12 04:30:58 | admin | set | messages: + msg10175 |
| 2018-11-12 04:30:58 | admin | set | status: voting -> resolved |
| 2018-10-08 05:13:59 | admin | set | status: ready -> voting |
| 2018-07-20 21:06:57 | admin | set | messages: + msg10040 |
| 2018-07-20 21:06:57 | admin | set | status: new -> ready |
| 2018-07-07 17:19:09 | admin | set | messages: + msg10014 |
| 2018-07-02 00:00:00 | admin | create | |