Is there a drawback to using the latter? Is std::make_pair more versatile/compatible or are they truly interchangeable?
Thanks!
|
Is there a drawback to using the latter? Is Thanks!
| ||||
|
feedback
|
|
How are they related? Using an initializer list constructor doesn't work for a pair, because a (Looking into the spec, it should really be called "initializer-list constructor", instead of "initializer list constructor". Do you really mean to refer to the first? If not, what do you refer to?). If you just refer to initialize a
If you have already the types | |||||||||||
feedback
|
initializer_listas seen in @litb's answer). – Motti Mar 13 '11 at 18:49