mattkretz / wg21-papers

my papers to WG21 — the C++ committee
5 stars 7 forks source link

Partially specialize `simd` for unscoped enumerations #77

Open mattkretz opened 4 years ago

mattkretz commented 4 years ago

Given simd<T, A> where T is an unscoped enum (U is a shorthand for std::underlying_type_t<T>):