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

Deprecate outdated containers and implement using standard library #1020

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

chris-durand
Copy link
Member

@chris-durand chris-durand commented May 13, 2023

  • Implement modm::Pair using std::pair
  • Implement modm::*List using std::list
  • Implement modm::DynamicArray using std::vector
  • Deprecate outdated containers and utilities
    • modm::DoublyLinkedList
    • modm::LinkedList
    • modm::Pair
    • modm::DynamicArray
    • modm::Queue
    • modm::Stack
  • Remove modm::allocator
  • Refactor modm::BoundedDeque
    • Add standard-library compatible interface
    • Make usable with std::stack and std::queue
    • Add more constexpr
    • Support non-default-constructible types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant