mstch/test/data/keys_with_questionmarks.hpp

5 lines
120 B
C++
Raw Normal View History

2015-04-16 19:05:59 +00:00
const auto keys_with_questionmarks_data = mstch::map{
{"person?", mstch::map{
{"name", std::string{"Jon"}}
}}
};