object support

This commit is contained in:
Daniel Sipka 2015-04-17 02:07:14 +02:00
parent 8fbcd12284
commit 812b4bdb41
29 changed files with 142 additions and 155 deletions

View file

@ -1,4 +1,4 @@
const auto empty_sections_data = mstch::map{
const auto empty_string_data = mstch::map{
{"description", std::string{"That is all!"}},
{"child", mstch::map{
{"description", std::string{""}}