This page is a snapshot from the LWG issues list, see theLibrary Active Issues List for more information and the meaning ofCD1 status.
Section: 26.8.7[alg.set.operations]Status:CD1Submitter: Daniel FreyOpened: 2003-07-09Last modified: 2016-01-28
Priority:Not Prioritized
View all otherissues in [alg.set.operations].
View all issues withCD1 status.
Discussion:
26.8.7[alg.set.operations] paragraph 1 reads:"The semantics of the set operations are generalized to multisets in a standard way by defining union() to contain the maximum number of occurrences of every element, intersection() to contain the minimum, and so on."
This is wrong. The name of the functions are set_union() andset_intersection(), not union() and intersection().
Proposed resolution:
Change that sentence to use the correct names.