Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(iterator): remove deprecated inheritance from std::iterator (#97) #194

Merged
merged 1 commit into from
May 7, 2024

Commits on May 5, 2024

  1. Remove deprecated inheritance from std::iterator (#97)

    std::iterator was deprecated in C++17 and removed in C++20. I replaced the inheritance with the 5 equivalent typedefs, even though they're not all used by ublas, for compatibility in case clients depend on them.
    poelmanc authored and bassoy committed May 5, 2024
    Configuration menu
    Copy the full SHA
    e618049 View commit details
    Browse the repository at this point in the history