From 4ab5a375e8aabd0cd332fcda69716e22a0820c9e Mon Sep 17 00:00:00 2001 From: skypjack Date: Fri, 10 Oct 2025 10:08:18 +0200 Subject: [PATCH] *: updated TODO --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 13c4a1dcb..a49c6cb3b 100644 --- a/TODO +++ b/TODO @@ -34,3 +34,4 @@ TODO: * resource: shared_from_this? * finish the imgui viewer/editor! * trivially destructible optimization for basic_any +* basic_any descriptor can go into the vtable, vtable can be used the same as descriptor (for fast return)