In chapter 9 on page 253, in the section on "Fold Expressions," the second paragraph states: "For example, you could employ the following fold expression to sum over all elements in a parameter pack called pack: (... + args)".
I think the end of the sentence should read: "...sum over all elements in the parameter pack called args: ..."
In chapter 9 on page 253, in the section on "Fold Expressions," the second paragraph states: "For example, you could employ the following fold expression to sum over all elements in a parameter pack called
pack
:(... + args)
".I think the end of the sentence should read: "...sum over all elements in the parameter pack called
args
: ..."