+1
-1
lines changedFilter options
+1
-1
lines changed Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@ namespace matplot {
141
141
142
142
template <size_t N, class T>
143
143
inline std::array<T, N> to_array(std::initializer_list<T> il) {
144
-
std::array<T, N> r;
144
+
std::array<T, N> r{};
145
145
auto r_it = r.begin();
146
146
auto il_it = il.begin();
147
147
while (r_it != r.end() && il_it != il.end()) {
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4