Skip to content

Conversation

@mklca
Copy link
Contributor

@mklca mklca commented Aug 19, 2020

The iterator for the C++ mir_series<> type template is no longer compatible with std::iterator_traits because of recent changes in the standard. Since value_type and other members aren't defined, iterator_traits has no members, and code that attempts use the iterator traits fails to compile.

@codecov-commenter
Copy link

codecov-commenter commented Aug 19, 2020

Codecov Report

Merging #317 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@ ## master #317 +/- ## ======================================= Coverage 92.39% 92.39% ======================================= Files 59 59 Lines 13064 13064 ======================================= Hits 12071 12071 Misses 993 993 

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 35b28fa...300efbe. Read the comment docs.

@9il 9il merged commit af3875d into libmir:master Aug 20, 2020
@9il
Copy link
Member

9il commented Aug 20, 2020

v3.9.25

@mklca mklca deleted the c++-iterator-fix branch August 20, 2020 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants