Skip to content

Commit 63b5559

Browse files
committed
Add corrections
1 parent 6b84ded commit 63b5559

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

_posts/2024-08-15-addendum.markdown

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: post
3+
title: "Addendum"
4+
date: 2024-08-15 14:34:25
5+
categories: Addendum
6+
tags: Addendum
7+
---
8+
9+
It does not matter how often one proofreads the book, there will be always bugs in the code or some issues. We will document the issues here and update the code on [GitHub](https://github.com/ModernCPPBook/Examples). Of course, we will update the potential new release of the book accordingly.
10+
11+
12+
## Chapter 15
13+
14+
Listing 15.7 on page 175 of the printed version the lines 38 to 40 should be removed.
15+
16+
{% highlight c++ %}
17+
38 std::vector<hpx::future<void>> futures;
18+
39
19+
40 hpx::when_all(futures).get();
20+
{% endhighlight %}
21+
22+
23+
24+
25+
26+
27+
28+

0 commit comments

Comments
 (0)