Skip to content

quick and dirty fix for error on macos#1

Open
emilia-ghdt wants to merge 1 commit into
julcst:masterfrom
emilia-ghdt:master
Open

quick and dirty fix for error on macos#1
emilia-ghdt wants to merge 1 commit into
julcst:masterfrom
emilia-ghdt:master

Conversation

@emilia-ghdt

Copy link
Copy Markdown

error was that the compiler complains about the constructor of the hash of filesystem paths to be deleted

UNTESTED!!!

error was that the compiler complains about the constructor of the hash
of filesystem paths to be deleted
@julcst

julcst commented Apr 16, 2025

Copy link
Copy Markdown
Owner

It seems like since C++17 there is also a std::hash<> implementation for std::filesystem::path (https://en.cppreference.com/w/cpp/filesystem/path/hash). Can you test if std::unordered_set<std::filesystem::path, std::hash<std::filesystem::path>> also fixes the compiler error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants