Skip to content
Snippets Groups Projects
Commit 1d3913e9 authored by Fabian Paus's avatar Fabian Paus
Browse files

Observer: Use std:: instead of boost

parent 4503f7a5
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ namespace armarx
if (aValueChanged || newChannel)
{
boost::unordered_map< ::std::string, ::armarx::VariantBasePtr> map;
std::unordered_map< ::std::string, ::armarx::VariantBasePtr> map;
if (timestamp < 0)
{
for (const auto& it : nameValueMap)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment