Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Aug 28, 2024
1 parent aab7a00 commit 7558af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/flatmemory/details/types/tuple.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Layout<Tuple<Ts...>>
* Builder
*/

template<typename T>
template<IsTriviallyCopyableOrNonTrivialType T>
class TupleEntry
{
TupleEntry() { static_assert(std::false_type::value, "Builder<Tuple<Ts...>>::TupleEntry(...): Expected usage of overload."); }
Expand Down

0 comments on commit 7558af7

Please sign in to comment.