mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[base] Updated IsSortedAndUnique function.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
b7b87f5530
commit
7b4862b442
@@ -89,7 +89,7 @@ public:
|
||||
|
||||
m_version = Version::V0;
|
||||
}
|
||||
ASSERT(std::is_sorted(std::cbegin(m_data), std::cend(m_data)), ());
|
||||
CHECK(base::IsSortedAndUnique(m_data), ());
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user