mstch/test/data/keys_with_questionmarks.hpp
2015-04-16 21:05:59 +02:00

5 lines
120 B
C++

const auto keys_with_questionmarks_data = mstch::map{
{"person?", mstch::map{
{"name", std::string{"Jon"}}
}}
};