mirror of
https://github.com/boostorg/mp11.git
synced 2026-07-05 08:00:48 +02:00
a6b6f8f85e
compiler | gcc-15
before | 0:01.65s - 381364K
after | 0:00.99s - 213064K
```cpp
template<class L, class M = mp_transform<mp_list, L>>
struct f { template<class I> using g = mp_map_find<M, I>; };
template<class I, class L = mp_iota<I>> using test
= mp_transform<f<L>::template g, L>;
using r1 = mp_transform<test, mp_iota_c<50>>;
```