Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Teach the explicit constructor check about constexpr.
If a constructor is marked constexpr it evades the explicit constructor check right now, since the check only knows about the inline keyword. Teach it that constexpr can be used also.
- Loading branch information