Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Initializer lists #19

Open
donRumata03 opened this issue Mar 31, 2020 · 0 comments
Open

Initializer lists #19

donRumata03 opened this issue Mar 31, 2020 · 0 comments

Comments

@donRumata03
Copy link

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant