diff --git a/src/entt/meta/meta.hpp b/src/entt/meta/meta.hpp index 07697cff9..788bca063 100644 --- a/src/entt/meta/meta.hpp +++ b/src/entt/meta/meta.hpp @@ -1543,8 +1543,7 @@ bool meta_any::set(const id_type id, Type &&value) { return other; } - // TODO - return {}; + return meta_any{meta_ctx_arg, *ctx}; } inline bool meta_any::assign(const meta_any &other) {