Skip to content

Commit

Permalink
fix the empty contain_cat
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriklepl committed Feb 8, 2024
1 parent f9ea7be commit d2a0373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/noarr/structures/base/contain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ constexpr auto contain_cat(const contain<TS1...> &c1, std::index_sequence<Idxs1.
}

constexpr auto contain_cat() noexcept {
return contain();
return contain<>();
}

template<class... TS>
Expand Down

0 comments on commit d2a0373

Please sign in to comment.