You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _posts/2024-08-15-addendum.markdown
+8
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,14 @@ if (values.size() % 2 == 0) {
22
22
}
23
23
{% endhighlight %}
24
24
25
+
[Listing 3.6](https://github.com/ModernCPPBook/Examples/blob/main/notebooks/Chapter_3.ipynb) the [C++20 range-based for statements with initializer](https://en.cppreference.com/w/cpp/language/range-for)
[Listing 15.7](https://github.com/ModernCPPBook/Examples/blob/main/cpp/Chapter_15/Listing_15_7.cpp) on page 175 of the printed version the lines 38 to 40 should be removed.
0 commit comments