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 2f3526d commit c6f9b8e
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 @@ -80,7 +80,7 @@ class Builder<Tuple<Ts...>> : public IBuilder<Builder<Tuple<Ts...>>>
{
TupleEntry()
{
std::cout << "Instantiating get_element with type: " << typeid(T).name() << std::endl;
std::cerr << "Instantiating get_element with type: " << typeid(T).name() << std::endl;
static_assert(std::false_type::value, "Builder<Tuple<Ts...>>::TupleEntry(...): Expected usage of overload.");
}
};
Expand Down

0 comments on commit c6f9b8e

Please sign in to comment.