You're right. The authors explicitly refer to section 2.4.2 of their book (I just updated your question to reflect this), where they determine how they intend to use the terminology “const pointer” versus “pointer to const”. Given this exact definition, they should have indicated a "pointer to const" in the section that you referred to.
(However, other authors in other contexts use the terminology less accurately, and outside this context, I would not find it unusual if someone referred to a "pointer to const" as a "pointer to a constant.")
jogojapan
source share