We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c06ea commit 38ac5aaCopy full SHA for 38ac5aa
1 file changed
include/gz/physics/CompositeData.hh
@@ -19,9 +19,9 @@
19
#define GZ_PHYSICS_COMPOSITEDATA_HH_
20
21
#include <string>
22
+#include <map>
23
#include <set>
24
#include <typeindex>
-#include <unordered_map>
25
26
#include <gz/utils/SuppressWarning.hh>
27
@@ -964,7 +964,7 @@ namespace gz
964
965
// We make this typedef public so that helper functions can use it without
966
// being friends of the class.
967
- public: using MapOfData = std::unordered_map<std::type_index, DataEntry>;
+ public: using MapOfData = std::map<std::type_index, DataEntry>;
968
969
GZ_UTILS_WARN_IGNORE__DLL_INTERFACE_MISSING
970
/// \brief Map from the label of a data object type to its entry
0 commit comments