Errata

Practical C++ Metaprogramming

Errata for Practical C++ Metaprogramming

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page page 17
"Hey! What's Going On with the ... Operator?!"

We see...

and expansion with std::( tuple <std::( add_( pointer_t<Args>...> will yield:

I think that should be...

and expansion with std::tuple<std::add_pointer_t<Args>...> will yield:

Fred Eisele  Jul 14, 2023 
PDF Page 7
4th and 5th paragraphs

the text says we want a 100mb buffer on 32 bit platforms, but the code proceeds to do exactly the opposite...it assignes 100 mb for 64 bit else 1024 mb (for 32 bit presumably)

Mike Ellery  Dec 16, 2020