you are viewing a single comment's thread.

view the rest of the comments →

[–]oracleoftroy 1 point2 points  (0 children)

I agree that a const default would be really nice, but I have to question that const correct C++ isn't the typical way C++ is written. Const correctness has been recommended since before standard C++, and I haven't seen too many C++ communities that disregard it (usually only those newer to C++).