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 5220968 commit a97f1e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/flatmemory/details/types/tuple.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ class Builder<Tuple<Ts...>> : public IBuilder<Builder<Tuple<Ts...>>>
{
private:
template<typename T>
class TupleEntry
{
static_assert(std::false_type::value, "Builder<Tuple<Ts...>>::TupleEntry(...): Expected usage of overload.");
};
class TupleEntry;

template<IsTriviallyCopyable T>
class TupleEntry<T>
Expand Down

0 comments on commit a97f1e8

Please sign in to comment.