mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-16 00:54:22 +00:00
[core] Switch to ankerl::unordered_dense
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -152,8 +152,8 @@ std::string Platform::ReadPathForFile(std::string const & file, std::string sear
|
||||
|
||||
void Platform::SetCustomMapServerUrl(std::string & url)
|
||||
{
|
||||
strings::Trim(url);
|
||||
m_customMapServerUrl = std::move(url);
|
||||
strings::Trim(url);
|
||||
m_customMapServerUrl = std::move(url);
|
||||
}
|
||||
|
||||
std::string const & Platform::CustomMapServerUrl() const
|
||||
|
||||
Reference in New Issue
Block a user