Category: cplusplus
-
Constantly Confusing: C++ const and constexpr pointer behaviour
A quick explanation of how const and constexpr work on pointers in C++So I was checking that my knowledge was correct when working on a Firefox bug.I made a quick C++ file with all the examples I know of how to use const and constexpr on pointers.As on…