3 lines
59 B
C++
3 lines
59 B
C++
|
const auto partial_empty_data = mstch::map{
|
||
|
{"foo", 1}
|
||
|
};
|