mirror of
https://github.com/boostorg/mp11.git
synced 2026-07-05 08:00:48 +02:00
fe850e97ca
compiler | gcc-12 | clang-15 before | 0:00.46s - 198848K | 0:00.49s - 132632K after | 0:00.42s - 183384K | 0:00.48s - 131748K ```cpp using namespace boost::mp11; template<class I> using test = mp_sort<mp_iota<I>, mp_less>; using r1 = mp_transform<test, mp_iota_c<25>>; ```