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

C++11 container interfaces #3

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

C++11 container interfaces #3

wants to merge 22 commits into from

Conversation

michitux
Copy link
Collaborator

This implements the new C++11 interfaces for most containers, in particular push, push_back, push_front and insert operations for most containers except unordered_map. Further, for default-constructible containers, move assignment and move constructors were added.

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

Successfully merging this pull request may close these issues.

1 participant