3 lines
91 B
C++
3 lines
91 B
C++
|
const auto ampersand_escape_data = mstch::map{
|
||
|
{"message", std::string{"Some <code>"}}
|
||
|
};
|