We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db071d3 commit 0e882edCopy full SHA for 0e882ed
1 file changed
cpp/autosar/test/rules/A7-1-1/test.cpp
@@ -66,8 +66,7 @@ class Issue18 {
66
public:
67
template <typename T> void F(const T &s) {
68
// ignore uninstantiated templates
69
- std::ostream ostr(0); // COMPLIANT
70
- ostr << s; // <= Modified here
+ std::cout << s << '\n'; // COMPLIANT
71
return;
72
}
73
};
0 commit comments