Fixed compilation on macos

This commit is contained in:
Bartek Kryza
2022-08-08 18:21:08 +02:00
parent e3434bfc59
commit b066348429
9 changed files with 37 additions and 27 deletions

View File

@@ -57,9 +57,9 @@ private:
namespace std {
template <>
struct hash<std::reference_wrapper<const clanguml::common::model::package>> {
struct hash<std::reference_wrapper<clanguml::common::model::package>> {
std::size_t operator()(
const std::reference_wrapper<const clanguml::common::model::package>
const std::reference_wrapper<clanguml::common::model::package>
&key) const
{
using clanguml::common::id_t;