Fixed compilation on macos
This commit is contained in:
@@ -144,9 +144,9 @@ template <> struct hash<clanguml::common::model::filesystem_path> {
|
||||
namespace std {
|
||||
template <>
|
||||
struct hash<
|
||||
std::reference_wrapper<const clanguml::common::model::source_file>> {
|
||||
std::reference_wrapper<clanguml::common::model::source_file>> {
|
||||
std::size_t operator()(
|
||||
const std::reference_wrapper<const clanguml::common::model::source_file>
|
||||
const std::reference_wrapper<clanguml::common::model::source_file>
|
||||
&key) const
|
||||
{
|
||||
using clanguml::common::id_t;
|
||||
|
||||
Reference in New Issue
Block a user