Skip to content

Commit

Permalink
orm used full specialization for friend decl.
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 5, 2024
1 parent 62fa435 commit b3bc0c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/orm/tiny/tinybuilder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ namespace Orm::Tiny
// Used by TinyBuilderProxies::where/latest/oldest/update()
friend BuilderProxies<Model>;
// To access enforceOrderBy(), and defaultKeyName()
template<ModelConcept T>
friend class Concerns::BuildsQueries;
friend class Concerns::BuildsQueries<Model>;

/*! Alias for the attribute utils. */
using AttributeUtils = Orm::Tiny::Utils::Attribute;
Expand Down

0 comments on commit b3bc0c7

Please sign in to comment.