-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Patrick Diehl
committed
Aug 15, 2024
1 parent
6b84ded
commit 63b5559
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: post | ||
title: "Addendum" | ||
date: 2024-08-15 14:34:25 | ||
categories: Addendum | ||
tags: Addendum | ||
--- | ||
|
||
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. | ||
|
||
|
||
## Chapter 15 | ||
|
||
Listing 15.7 on page 175 of the printed version the lines 38 to 40 should be removed. | ||
|
||
{% highlight c++ %} | ||
38 std::vector<hpx::future<void>> futures; | ||
39 | ||
40 hpx::when_all(futures).get(); | ||
{% endhighlight %} | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|