You have this fixed in your GitHub listing of 8-28, but on p. 237, I noticed that the listing has const auto x = range.begin() instead of auto x = range.begin(), which you fixed here.
However, I noticed that your errata/typos on your website don't mention this. I don't know if this is intentional, but I think it would be helpful to have a note about it there.
Thanks for your great book!
The text was updated successfully, but these errors were encountered:
Hello,
You have this fixed in your GitHub listing of 8-28, but on p. 237, I noticed that the listing has
const auto x = range.begin()
instead ofauto x = range.begin()
, which you fixed here.However, I noticed that your errata/typos on your website don't mention this. I don't know if this is intentional, but I think it would be helpful to have a note about it there.
Thanks for your great book!
The text was updated successfully, but these errors were encountered: