A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/alandefreitas/matplotplusplus/commit/b45015e2be88e3340b400f82637b603d733d45ce below:

Initialize `r` in `common.h` · alandefreitas/matplotplusplus@b45015e · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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