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

Nu exista diferente intre titluri.

Diferente intre continut:

Simple one line initializations with lists of constant values:
== code(cpp) |
vector<pair<int, int>> directions = {{-1, 0}, {0, -1}, {1, 0}, {0, 1}};
vector<pair<int, int>> dirs = {{-1, 0}, {0, -1}, {1, 0}, {0, 1}};
==

Nu exista diferente intre securitate.

Topicul de forum nu a fost schimbat.