discovering_modern_cpp
discovering_modern_cpp copied to clipboard
Source codes of Discovering Modern C++
Hi Peter, unfortunately I couldn't find a mail address of you anywhere, therefore I'm opening up an issue here: I've found several typos and small errors in your book and...
variable x is not defined, the result of gradient_descent() is stored in nz
c++11/template_type_deduction.cpp includes ../myinfo.hpp which is missing. P109 in the book.
When looking at the Function Dispatching example, shown in 4-1, something looks amiss. I tried typing it in as shown, but was quite suspicious of the ```advance``` template. Couldn't get...