diff --git a/src/include/ranges/index_pack.cc.h b/src/include/ranges/index_pack.cc.h index c8be6aa..8d2b19e 100644 --- a/src/include/ranges/index_pack.cc.h +++ b/src/include/ranges/index_pack.cc.h @@ -68,7 +68,7 @@ namespace CNORXZ template constexpr decltype(auto) SPack::mul(const SPack& p) const { - return SPack( std::tuple_cat(mIs, all()) ); + return SPack( std::tuple_cat(mIs, p.all()) ); } template