-
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix CPPCheck issues - non-explicit constructors #6
Copy link
Copy link
Closed
Description
Per the standard, these should be marked as explicit.
/github/workspace/include/TestCPP.h:62:9: style: Class 'TestCPPException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
/github/workspace/include/TestCPP.h:63:9: style: Class 'TestCPPException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
/github/workspace/include/TestCPP.h:68:9: style: Class 'TestFailedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
/github/workspace/include/TestCPP.h:69:9: style: Class 'TestFailedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
/github/workspace/include/TestCPP.h:75:9: style: Class 'TestCaseName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels