dispatcher: just a comment for the future me

This commit is contained in:
Michele Caini
2022-10-04 12:29:43 +02:00
parent f17a4e7f8e
commit 5dfac37dac

View File

@@ -118,7 +118,7 @@ class basic_dispatcher {
using handler_type = internal::dispatcher_handler<Type, Allocator>;
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<internal::basic_dispatcher_handler>;
using alloc_traits = std::allocator_traits<Allocator>;