From 267332b4bf38311704e44209409ff9834f74161a Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 2 Aug 2023 18:32:40 +0200 Subject: [PATCH] added todo task --- include/orm/tiny/model.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/orm/tiny/model.hpp b/include/orm/tiny/model.hpp index 2a539bdbd..78ae99e3a 100644 --- a/include/orm/tiny/model.hpp +++ b/include/orm/tiny/model.hpp @@ -2185,3 +2185,4 @@ TINYORM_END_COMMON_NAMESPACE // BUG clang tidy reports bugprone-exception-escape for Model class, it doesn't mean that code is buggy or can crash, it means that some defualt method generated by the compiler that should be generated noexcet was generetad as throwing silverqx // CUR mariadb workflows silverqx // FEATURE HidesAttributes, and ModelsCollection::makeVisible/Hidden, ... silverqx +// TODO vcpkg, workflows enable binary caching https://learn.microsoft.com/en-us/vcpkg/users/binarycaching#gha silverqx