Skip to content
Snippets Groups Projects
Commit 45d5d1f6 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Add missing const to path operator==

parent 66e333e5
Branches
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ namespace AMDiS
bool is_directory() const;
/// Lexicographically compares two paths
bool operator==(path const& p)
bool operator==(path const& p) const
{
return this->string() == p.string();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment