3 lines
78 B
C++
3 lines
78 B
C++
|
const auto backslashes_data = mstch::map{
|
||
|
{"value", std::string{"\\abc"}}
|
||
|
};
|