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

Update support for standard containers. #52

Merged
merged 5 commits into from
May 16, 2017
Merged

Conversation

Flast
Copy link
Collaborator

@Flast Flast commented May 16, 2017

This PR includes following features:

  • Added support for std::set and std::multiset.
  • Fixed #7423 std::map::erase returns iterator in C++11 mode instead of void, should be handled properly .
  • Added tests for C++11 unordered associative containers.

Tested:

  • GCC 7.1.1 20170503 (Red Hat 7.1.1-1)
    • gnu++98 / 11 / 14 / 1z
  • Clang 4.0.0
    • gnu++98 / 11 / 14 / 1z
  • MSVC
    • 8 / 9sp1 / 10sp1 / 11u5 / 12u5 / 14u3 / 14.1

@Flast Flast merged commit 54fa17d into develop May 16, 2017
@Flast Flast deleted the feature/stl/assoc-container branch May 16, 2017 15:37
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