half-complete refactor
This commit is contained in:
parent
25bbbfdbcc
commit
8fbcd12284
100 changed files with 483 additions and 327 deletions
6
test/data/reuse_of_enumerables.hpp
Normal file
6
test/data/reuse_of_enumerables.hpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
const auto reuse_of_enumerables_data = mstch::map{
|
||||
{"terms", mstch::array{
|
||||
mstch::map{{"name", std::string{"t1"}}, {"index", 0}},
|
||||
mstch::map{{"name", std::string{"t2"}}, {"index", 1}}
|
||||
}}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue