We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7746a commit 75510f4Copy full SHA for 75510f4
cpp/misra/test/rules/RULE-15-1-3/NonExplicitConversionMember.expected
@@ -1,5 +1,5 @@
1
| test.cpp:5:3:5:12 | TestClass1 | Constructor 'TestClass1' that is callable with a single argument shall be explicit. |
2
-| test.cpp:6:3:6:23 | operator std::int32_t | Conversion operator shall be explicit. |
+| test.cpp:6:3:6:23 | operator signed int | Conversion operator shall be explicit. |
3
| test.cpp:23:3:23:12 | TestClass4 | Constructor 'TestClass4' that is callable with a single argument shall be explicit. |
4
| test.cpp:25:3:25:12 | TestClass4 | Constructor 'TestClass4' that is callable with a single argument shall be explicit. |
5
| test.cpp:44:3:44:17 | operator double | Conversion operator shall be explicit. |
0 commit comments