mirror of
https://github.com/boostorg/mp11.git
synced 2026-07-05 08:00:48 +02:00
b4bfe74487
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>>; ```