mattkretz / wg21-papers

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

simd clamp(simd, simd, simd) should be noexcept #69

Closed mattkretz closed 6 years ago

mattkretz commented 6 years ago

min, max, and minmax are noexcept, why not clamp?