From 5dfac37dacb64eac9b4ddf31198bd2b4aeef2eff Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 4 Oct 2022 12:29:43 +0200 Subject: [PATCH] dispatcher: just a comment for the future me --- src/entt/signal/dispatcher.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entt/signal/dispatcher.hpp b/src/entt/signal/dispatcher.hpp index 423e843d7..aa1a26236 100644 --- a/src/entt/signal/dispatcher.hpp +++ b/src/entt/signal/dispatcher.hpp @@ -118,7 +118,7 @@ class basic_dispatcher { using handler_type = internal::dispatcher_handler; using key_type = id_type; - // std::shared_ptr because of its type erased allocator which is pretty useful here + // std::shared_ptr because of its type erased allocator which is useful here using mapped_type = std::shared_ptr; using alloc_traits = std::allocator_traits;