Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Haefner committed Nov 30, 2022
1 parent 5aaffc2 commit 1ea8e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/simppl/any.h
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class Any
template<typename T>
Any& operator=(const T& t)
{
AnyImpl p(&encoder<T>, t);
AnyImpl p(&any_encoder<T>, t);
value_ = p;

return *this;
Expand Down

0 comments on commit 1ea8e92

Please sign in to comment.