SimpleJSON icon indicating copy to clipboard operation
SimpleJSON copied to clipboard

Initializer lists

Open donRumata03 opened this issue 5 years ago • 0 comments

Why not to use STL-like syntax for initializing pairs of elements?

Like this: map <int, int> example = { {1, 5}, {4, 7} }

donRumata03 avatar Mar 31 '20 14:03 donRumata03