We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f42ad2 commit 50c19faCopy full SHA for 50c19fa
tests/long_test.cpp
@@ -22,7 +22,7 @@ template <typename T> bool test() {
22
char const *begin = input.data();
23
char const *end = input.data() + input.size();
24
for (size_t i = 0; i < answers.size(); i++) {
25
- T result_value;
+ T result_value = 0;
26
while ((begin < end) && (std::isspace(*begin))) {
27
begin++;
28
}
tests/string_test.cpp
@@ -98,7 +98,7 @@ template <typename T> bool test() {
98
99
100
101
102
103
104
0 commit comments