X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/081a38309c637c51f527b507704b65d6ce1ac805..f409d6f711ba652a6fd78e185791cf7870b6765d:/src/xbt/PropertyHolder.cpp diff --git a/src/xbt/PropertyHolder.cpp b/src/xbt/PropertyHolder.cpp index cc5a7b4b77..6ed3c8a18b 100644 --- a/src/xbt/PropertyHolder.cpp +++ b/src/xbt/PropertyHolder.cpp @@ -50,7 +50,7 @@ template void PropertyHolder::set_properties(const Assoc& properti properties_->swap(props); } -template void PropertyHolder::set_properties(const std::map& properties); +template void PropertyHolder::set_properties(const std::map>& properties); template void PropertyHolder::set_properties(const std::unordered_map& properties); } // namespace xbt