File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/cpp-pistache-server
cpp-pistache-everything/model
cpp-pistache-nested-schema-refs/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ namespace {{helpersNamespace}}
8484 }
8585
8686 /// <summary >
87- /// Determine if the given vector <T > only has unique elements. T must provide the == operator .
87+ /// Determine if the given set <T > only has unique elements.
8888 /// </summary >
8989 template <typename T >
90- bool hasOnlyUniqueItems(const std::set<T >& set )
90+ bool hasOnlyUniqueItems(const std::set<T >& )
9191 {
9292 return true ;
9393 }
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ namespace org::openapitools::server::helpers
9494 }
9595
9696 // / <summary>
97- // / Determine if the given vector <T> only has unique elements. T must provide the == operator .
97+ // / Determine if the given set <T> only has unique elements.
9898 // / </summary>
9999 template <typename T>
100- bool hasOnlyUniqueItems (const std::set<T>& set )
100+ bool hasOnlyUniqueItems (const std::set<T>&)
101101 {
102102 return true ;
103103 }
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ namespace org::openapitools::server::helpers
9494 }
9595
9696 // / <summary>
97- // / Determine if the given vector <T> only has unique elements. T must provide the == operator .
97+ // / Determine if the given set <T> only has unique elements.
9898 // / </summary>
9999 template <typename T>
100- bool hasOnlyUniqueItems (const std::set<T>& set )
100+ bool hasOnlyUniqueItems (const std::set<T>&)
101101 {
102102 return true ;
103103 }
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ namespace org::openapitools::server::helpers
9494 }
9595
9696 // / <summary>
97- // / Determine if the given vector <T> only has unique elements. T must provide the == operator .
97+ // / Determine if the given set <T> only has unique elements.
9898 // / </summary>
9999 template <typename T>
100- bool hasOnlyUniqueItems (const std::set<T>& set )
100+ bool hasOnlyUniqueItems (const std::set<T>&)
101101 {
102102 return true ;
103103 }
You can’t perform that action at this time.
0 commit comments