mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix pedantic-error
This commit is contained in:
parent
9bf7c26b25
commit
1c8dcf56cd
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ namespace sprout {
|
|||
static SPROUT_CONSTEXPR Result
|
||||
tuple_cat_impl(sprout::index_tuple<PackIndexes...>, sprout::index_tuple<ElemIndexes...>, Tuples&&... tuples) {
|
||||
return Result(sprout::tuples::get<ElemIndexes>(sprout::pack_get<PackIndexes>(SPROUT_FORWARD(Tuples, tuples)...))...);
|
||||
};
|
||||
}
|
||||
} // namespace detail
|
||||
template<typename... Tuples>
|
||||
inline SPROUT_CONSTEXPR typename sprout::types::tuple_cat<typename std::decay<Tuples>::type...>::type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue