Skip to content
Snippets Groups Projects
Commit 64d6d8de authored by Jonas Rembser's avatar Jonas Rembser
Browse files

[RF] Replace RooHashTable with std::unordered_map in RooLinkedList

The custom hash table implementation RooHashTable is only used in
RooLinkedList for a transient data member. By using std::unordered_map
instead, RooHashTable gets obsolete and could be deprecated.
parent 27a9e574
No related branches found
No related tags found
Loading
Loading
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