Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 118c3c7

Browse files
authoredSep 4, 2024··
Update 2024-08-15-addendum.markdown
1 parent 1bacbc3 commit 118c3c7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

Diff for: ‎_posts/2024-08-15-addendum.markdown

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@ It does not matter how often one proofreads the book, there will be always bugs
1111

1212
## Chapter 15
1313

14-
Listing 15.7 on page 175 of the printed version the lines 38 to 40 should be removed.
14+
[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.
1515

1616
{% highlight c++ %}
1717
38 std::vector<hpx::future<void>> futures;
1818
39
1919
40 hpx::when_all(futures).get();
2020
{% endhighlight %}
2121

22-
## Apeendix
23-
24-
Listing A.10 is correct in source file, however, the pipes used for the ranges are not correctly rendered in the book.
22+
## Appendix
2523

24+
Listing A.10 is correct in [source file](https://github.com/ModernCPPBook/Examples/blob/main/cpp/Chapter_20/Listing_20_10.cpp), however, the pipes used for the ranges are not correctly rendered in the book.
2625

2726
{% highlight c++ %}
2827
#include <cmath>

0 commit comments

Comments
 (0)
Please sign in to comment.