Diferente pentru blog/cpp11 intre reviziile #15 si #16
Nu exista diferente intre titluri.
Diferente intre continut:
$auto$ can also be used with $const auto$ or $const auto&$. It works in the same way other types would work. In most cases, $auto$ cannot be used in function signatures.
h3. 2. range-based for loops In $C++11$, you can iterate over each element in a list with less code:
