Files
mp11/include/boost
Jonathan Poelen b4bfe74487 optimize mp_fill
compiler |      gcc-15       |     clang-20
before   | 0:00.15s - 60740K | 0:00.14s - 94144K
after    | 0:00.10s - 43504K | 0:00.14s - 94188K

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

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