Files
Jonathan Poelen 24e9ec6593 optimize mp_replace
compiler |      gcc-15       |     clang-20
before   | 0:00.30s - 90020K | 0:00.48s - 129272K
after    | 0:00.29s - 89428K | 0:00.46s - 126580K

```cpp
template<class I, class L = mp_iota<I>> using test
  = mp_replace<L, I, I>;

using r1 = mp_transform<test, mp_iota_c<120>>;
```
2026-03-24 03:50:40 +02:00
..
2026-03-24 03:50:40 +02:00
2024-10-14 18:15:14 +03:00