Skip to content

Tags: boostorg/ublas

Tags

boost-1.90.0

Toggle boost-1.90.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove deprecated inheritance from std::iterator (#97) (#194)

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.

Co-authored-by: Conrad Poelman <[email protected]>

boost-1.90.0.beta1

Toggle boost-1.90.0.beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove deprecated inheritance from std::iterator (#97) (#194)

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.

Co-authored-by: Conrad Poelman <[email protected]>

boost-1.89.0

Toggle boost-1.89.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove deprecated inheritance from std::iterator (#97) (#194)

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.

Co-authored-by: Conrad Poelman <[email protected]>

boost-1.88.0

Toggle boost-1.88.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove deprecated inheritance from std::iterator (#97) (#194)

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.

Co-authored-by: Conrad Poelman <[email protected]>

boost-1.88.0.beta1

Toggle boost-1.88.0.beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove deprecated inheritance from std::iterator (#97) (#194)

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.

Co-authored-by: Conrad Poelman <[email protected]>

boost-1.87.0

Toggle boost-1.87.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove deprecated inheritance from std::iterator (#97) (#194)

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.

Co-authored-by: Conrad Poelman <[email protected]>

boost-1.87.0.beta1

Toggle boost-1.87.0.beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove deprecated inheritance from std::iterator (#97) (#194)

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.

Co-authored-by: Conrad Poelman <[email protected]>

boost-1.86.0

Toggle boost-1.86.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove deprecated inheritance from std::iterator (#97) (#194)

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.

Co-authored-by: Conrad Poelman <[email protected]>

boost-1.86.0.beta1

Toggle boost-1.86.0.beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove deprecated inheritance from std::iterator (#97) (#194)

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.

Co-authored-by: Conrad Poelman <[email protected]>

boost-1.85.0

Toggle boost-1.85.0's commit message
Add CMakeLists.txt. Closes #142.