You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: