Commit 7d75f118 authored by Pavel Vainerman's avatar Pavel Vainerman

__cxx11::string --> std::string

parent 4b1c901f
...@@ -39,7 +39,7 @@ std::string ObjectIndex::getNodeName(const ObjectId id) const noexcept ...@@ -39,7 +39,7 @@ std::string ObjectIndex::getNodeName(const ObjectId id) const noexcept
return getNameById(id); return getNameById(id);
} }
// ----------------------------------------------------------------------------------------- // -----------------------------------------------------------------------------------------
ObjectId ObjectIndex::getNodeId(const std::__cxx11::string& name) const noexcept ObjectId ObjectIndex::getNodeId(const std::string& name) const noexcept
{ {
return getIdByName(name); return getIdByName(name);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment