Martin Moerz
Results
1
issues of
Martin Moerz
1. std::min, std::max ambiguous: cast was needed e.g. here: const auto padded_end = std::min((const int)max_size, (const int)(raw_end + PADDING_POINTS)); 2. Class Observable is missing the == Operator: add bool operator==(const...