Files
mp11/include
Jonathan Poelen be1393ea40 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>>;
```
2025-11-09 20:34:21 +01:00
..
2025-11-09 20:34:21 +01:00