Diferente pentru blog/cpp11 intre reviziile #19 si #18

Nu exista diferente intre titluri.

Diferente intre continut:

}
==
Note: This code compiles without using $&$, but the original array is not modified unless a reference is used.
h3. 3. initializer lists
 
Simple one line initializations with lists of constant values:
 
== code(cpp) |
vector<pair<int, int>> directions = {{-1, 0}, {0, -1}, {1, 0}, {0, 1}};
==
 
Note: This code compiles without using $&$, but the original array is not modified unless a reference is used.

Nu exista diferente intre securitate.

Topicul de forum nu a fost schimbat.