mstch/test/data/context_lookup.hpp

8 lines
146 B
C++
Raw Normal View History

2015-04-17 03:05:59 +08:00
const auto context_lookup_data = mstch::map{
{"outer", mstch::map{
{"id", 1},
{"second", mstch::map{
{"nothing", 2}
}}
}}
};