mstch/test/data/keys_with_questionmarks.hpp

5 lines
120 B
C++
Raw Normal View History

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