Add helper functions for making shared pointers to rules
- start work on item set class
This commit is contained in:
parent
ec8b7ccf20
commit
11e3980319
33 changed files with 486 additions and 150 deletions
5
spec/spec_helper.cpp
Normal file
5
spec/spec_helper.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "spec_helper.h"
|
||||
|
||||
EqualsContainerConstraint<rule_tmap, rule_tmap_comparator> EqualsTransitionMap(const rule_tmap &expected) {
|
||||
return EqualsContainer(expected, rule_tmap::elements_equal);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue