Skip to content

Commit

Permalink
added section comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 7, 2023
1 parent 9b3d602 commit d84b23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/orm/tiny/tinyconcepts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ namespace Orm::Tiny
concept SameDerivedCollectionModel = DerivedCollectionModel<T> &&
DerivedCollectionModel<U> &&
std::same_as<std::remove_pointer_t<T>, U>;
/* Serialization */

struct AttributeItem;

Expand Down

0 comments on commit d84b23b

Please sign in to comment.