From d84b23baa4debb037e789fb1983f50ff8f7602e3 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 6 Jul 2023 10:33:13 +0200 Subject: [PATCH] added section comment --- include/orm/tiny/tinyconcepts.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/orm/tiny/tinyconcepts.hpp b/include/orm/tiny/tinyconcepts.hpp index 0538c7acd..7e1d6061d 100644 --- a/include/orm/tiny/tinyconcepts.hpp +++ b/include/orm/tiny/tinyconcepts.hpp @@ -49,6 +49,7 @@ namespace Orm::Tiny concept SameDerivedCollectionModel = DerivedCollectionModel && DerivedCollectionModel && std::same_as, U>; + /* Serialization */ struct AttributeItem;