Defined the StatusCode constant values explicitly.
This is needed to be able to use (for instance) constant references to these constants in user code in C++14 mode. In C++17 mode the explicit declaration is not needed anymore. But it also doesn't hurt the compilation.
Please register or sign in to comment