diff --git a/src/include/ranges/index_pack.cc.h b/src/include/ranges/index_pack.cc.h index 104aee3..854d995 100644 --- a/src/include/ranges/index_pack.cc.h +++ b/src/include/ranges/index_pack.cc.h @@ -105,7 +105,7 @@ namespace CNORXZ DPack::DPack(const SPack& p) : mIs( iter<0,sizeof...(Indices)> ( [&](auto i) { return xindexPtr(p[i]); }, - [](const auto&... e) { return { e... }; } ) + [](const auto&... e) { return Vector( { e... } ); } ) ) {}