Title
Wrong names of set member functions
Status
cd1
Section
[alg.set.operations]
Submitter
Daniel Frey

Created on 2003-07-09.00:00:00 last changed 163 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change that sentence to use the correct names.

Date: 2003-07-09.00:00:00

[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() and set_intersection(), not union() and intersection().

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2534
2003-07-09 00:00:00admincreate