Modernize: Use enum class
This commit is contained in:
parent
b15e6801a4
commit
2afd5f5dd0
|
@ -2511,7 +2511,7 @@ void CheckClass::duplInheritedMembersError(const Token *tok1, const Token* tok2,
|
||||||
// Check that copy constructor and operator defined together
|
// Check that copy constructor and operator defined together
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
enum CtorType {
|
enum class CtorType {
|
||||||
NO,
|
NO,
|
||||||
WITHOUT_BODY,
|
WITHOUT_BODY,
|
||||||
WITH_BODY
|
WITH_BODY
|
||||||
|
|
Loading…
Reference in New Issue