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