mirror of
https://github.com/boostorg/mp11.git
synced 2026-07-05 16:10:51 +02:00
2d3a0e9877
Use the `__integer_pack` builtin compiler | gcc-15 before | 0:00.14s - 47284K after | 0:00.07s - 37572K ```cpp template<class I> using test = make_integer_sequence<int, I::value>; using r1 = mp_transform<test, mp_iota_c<200>>; ```