Skip to content

Commit

Permalink
Interim commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellbelove committed May 22, 2021
1 parent 820bc36 commit c3bef2c
Show file tree
Hide file tree
Showing 6 changed files with 674 additions and 775 deletions.
2 changes: 1 addition & 1 deletion include/etl/parameter_pack.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace etl

static_assert(etl::is_one_of<T, TTypes...>::value, "T is not in parameter pack");

/// The idex value.
/// The index value.
static constexpr size_t value = index_of_type_helper<T, TTypes...>::value - 1;
};

Expand Down
Loading

0 comments on commit c3bef2c

Please sign in to comment.