| 38 | } // namespace |
| 39 | |
| 40 | DictGroup::DictGroup(const std::list<DictPtr>& _dicts) |
| 41 | : DictGroup(_dicts, DictGroupMatchPolicy::ShortCircuit) {} |
| 42 | |
| 43 | DictGroup::DictGroup(const std::list<DictPtr>& _dicts, |
| 44 | DictGroupMatchPolicy _matchPolicy) |
nothing calls this directly
no test coverage detected