mirror of
https://github.com/boostorg/mp11.git
synced 2026-07-04 23:50:46 +02:00
0d61d09d3a
compiler | gcc-15 | clang-20 before | 0:00.32s - 91276K | 0:00.69s - 156512K after | 0:00.31s - 90684K | 0:00.67s - 157560K ```cpp template<class> using pred = mp_true; template<class I, class L = mp_iota<I>> using test = mp_remove<L, I>; using r1 = mp_transform<test, mp_iota_c<120>>; ```