Don't use "const int" or "const bool" for parameter types, the "const" here is ignored and using it is inconsistent with all the rest of the library. No real changes.
Don't use "const int" or "const bool" for parameter types, the "const" here is ignored and using it is inconsistent with all the rest of the library. No real changes.