3 lines
148 B
C++
3 lines
148 B
C++
const mstch::node error_eof_in_section_data = mstch::map_wrapper{
|
|
{{"hello", mstch::array_wrapper{{std::string{"a"}, std::string{"b"}}}}}};
|