mstch/test/data/whitespace.h
Daniel Sipka eb98985815 import
2015-04-09 20:41:27 +02:00

4 lines
97 B
C++

auto data = mstch::object{
{"tag1", std::string{"Hello"}},
{"tag2", std::string{"World"}}
};