mirror of
https://github.com/boostorg/mp11.git
synced 2026-07-06 00:20:47 +02:00
7ee52a8aea
compiler | gcc-12 | clang-15 before | 0:00.16s - 72460K | 0:00.16s - 102068K after | 0:00.14s - 61884K | 0:00.16s - 101828K ```cpp using namespace boost::mp11; template<class T> using p = mp_bool<T::value & 1>; template<class I> using test = mp_filter<p, mp_iota<I>>; using r1 = mp_transform<test, mp_iota_c<50>>; ```