Files
mp11/include
Jonathan Poelen 0d61d09d3a optimize mp_remove
compiler |      gcc-15       |     clang-20
before   | 0:00.32s - 91276K | 0:00.69s - 156512K
after    | 0:00.31s - 90684K | 0:00.67s - 157560K

```cpp
template<class> using pred = mp_true;
template<class I, class L = mp_iota<I>> using test
  = mp_remove<L, I>;

using r1 = mp_transform<test, mp_iota_c<120>>;
```
2026-03-24 02:27:42 +02:00
..
2026-03-24 02:27:42 +02:00