We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add36bc commit 0eb430aCopy full SHA for 0eb430a
cpp/autosar/test/rules/A13-3-1/test.cpp
@@ -73,6 +73,6 @@ int main() {}
73
74
class C {
75
public:
76
- C() {}
+ C() {}
77
template <typename T> C(T &&) {} // COMPLIANT by exception
78
};
0 commit comments