File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1835
1835
1836
1836
\tcode {a.merge(a2)} &
1837
1837
\tcode {void} &
1838
- pre: \tcode {a_eq .get_allocator() == nh .get_allocator()}.\br
1838
+ pre: \tcode {a .get_allocator() == a2 .get_allocator()}.\br
1839
1839
Attempts to extract each element in \tcode {a2} and insert it into \tcode {a}
1840
1840
using the comparison object of \tcode {a}. In containers with unique keys,
1841
1841
if there is an element in \tcode {a} with key equivalent to the key of an
2566
2566
%
2567
2567
\tcode {a.merge(a2)} &
2568
2568
\tcode {void} &
2569
- Pre: \tcode {a_eq .get_allocator() == nh .get_allocator()}.\br
2569
+ Pre: \tcode {a .get_allocator() == a2 .get_allocator()}.\br
2570
2570
Attempts to extract each element in \tcode {a2} and insert it into \tcode {a}
2571
2571
using the hash function and key equality predicate of \tcode {a}.
2572
2572
In containers with unique keys, if there is an element in \tcode {a} with
You can’t perform that action at this time.
0 commit comments