Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored Sep 9, 2021
1 parent 3d0c49d commit 32a81c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/kul/for.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace kul {
template<typename T = std::size_t>
struct Apply {
template<size_t i>
constexpr auto operator()(){ return std::integral_constant<T, i>{}(); }
constexpr auto operator()(){ return std::integral_constant<T, i>{}; }
};

template <typename Apply, size_t... Is>
Expand Down

0 comments on commit 32a81c8

Please sign in to comment.