mattkretz / wg21-papers

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

Partially specialize `simd` for scoped enumerations #78

Open mattkretz opened 4 years ago

mattkretz commented 4 years ago

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