E2259 Default value missing (C++)
Go Up to Compiler Errors And Warnings (C++) Index
When a C++ function declares a parameter with a default value, all of the following parameters must also have default values.
In this declaration, a parameter with a default value was followed by a parameter without a default value.