added section comment

This commit is contained in:
silverqx
2023-07-01 08:09:35 +02:00
parent fe56121649
commit 0ee020d09e
@@ -50,6 +50,7 @@ namespace Orm::Tiny::Concerns
/*! Alias for the type utils. */
using TypeUtils = Orm::Utils::Type;
/* Constructors */
/*! Default constructor. */
inline HasRelationStore() = default;
/*! Default destructor. */
@@ -431,6 +432,8 @@ namespace Orm::Tiny::Concerns
/* private */
/* Constructors */
template<typename Derived, AllRelationsConcept ...AllRelations>
HasRelationStore<Derived, AllRelations...>::HasRelationStore( // NOLINT(modernize-use-equals-delete)
#ifdef TINYORM_DEBUG