feat: enforce no-RTTI type name registration with static_assert

This commit is contained in:
2026-08-23 08:20:51 +03:00
parent 8fc2be8dd9
commit 86a1084ec1
86 changed files with 359 additions and 92 deletions
+2
View File
@@ -8,6 +8,8 @@ struct Endpoint: public PIHTTP::ServerEndpoint {
PIHTTPServer::RequestFunction function;
};
__PIP_TYPENAME_DECLARE(Endpoint)
PRIVATE_DEFINITION_START(PIHTTPServer)
PIMap<uint, PIVector<Endpoint>> endpoints;