Skip to content

Commit

Permalink
Fix compilation error on MacOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilatesoglu committed Jul 17, 2024
1 parent 985d640 commit 039ba88
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/core/src/package.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@
#include <stack>
#include <unordered_set>

#if __APPLE__
namespace std
{
template <>
struct hash<std::filesystem::path> {
size_t operator()(std::filesystem::path const& path) const
{
return std::hash<std::string>()(std::filesystem::canonical(path).generic_string());
}
};
} // namespace std
#endif

namespace valet
{

Expand Down

0 comments on commit 039ba88

Please sign in to comment.