mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 04:03:57 +00:00
Formatting
This commit is contained in:
@@ -256,10 +256,10 @@ class windows_path
|
||||
return !this->operator==(other);
|
||||
}
|
||||
|
||||
bool operator<(const windows_path& other) const
|
||||
{
|
||||
return this->string().length() < other.string().length();
|
||||
}
|
||||
bool operator<(const windows_path& other) const
|
||||
{
|
||||
return this->string().length() < other.string().length();
|
||||
}
|
||||
|
||||
bool empty() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user