mstch/test/data/comments.hpp

3 lines
126 B
C++
Raw Normal View History

2015-04-23 21:55:18 +08:00
const mstch::node comments_data = mstch::map{
{"title", mstch::lambda{[](){return std::string{"A Comedy of Errors"};}}}
};