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

Typo in specification of merge for associative containers #919

Closed
tomaszkam opened this issue Sep 7, 2016 · 0 comments
Closed

Typo in specification of merge for associative containers #919

tomaszkam opened this issue Sep 7, 2016 · 0 comments
Assignees

Comments

@tomaszkam
Copy link

In the content of the Table 86 (Associative container requirements) and Table 87 (Unordered associative container requirements) the preconditions of the a.merge(a2) operation is defined as follows (most probably an copy-paste from a_eq.insert(nh)):

Pre: a_eq.get_allocator() == nh.get_allocator()

But it should say instead:

Pre: a.get_allocator() == a2.get_allocator()

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

No branches or pull requests

2 participants