BAN: Remove unstable hash map and set
These can now be implemented safely with new linked list api
This commit is contained in:
@@ -33,7 +33,7 @@ struct Rule
|
||||
BAN::String target;
|
||||
};
|
||||
|
||||
using Workflows = BAN::HashMapUnstable<BAN::String, BAN::Vector<Rule>>;
|
||||
using Workflows = BAN::HashMap<BAN::String, BAN::Vector<Rule>>;
|
||||
|
||||
struct Item
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user