Replace uses of the old Dict generation code with new template versions

This commit is contained in:
Tim Wojtulewicz 2019-07-02 18:55:55 -07:00 committed by Jon Siwek
parent e2feec52be
commit 50943a580c
26 changed files with 62 additions and 94 deletions

View file

@ -15,9 +15,7 @@ class RuleHdrTest;
class Rule;
typedef PList<Rule> rule_list;
declare(PDict, Rule);
typedef PDict(Rule) rule_dict;
typedef PDict<Rule> rule_dict;
class Rule {
public: