Skip to content
Snippets Groups Projects
Commit 0f02d1b0 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Remove constexpr from default constructor

Coverity claims:

 error #2443: defaulted default constructor cannot be constexpr
          because the corresponding implicitly declared default constructor
          would not be constexpr
    constexpr StatusCode() = default;

Independent of that there is little use of declaring the default
constructor as constexpr as it is calling the non-constexpr
default_category().
parent cb38e5ac
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment