15 Feb
2005
15 Feb
'05
5:59 p.m.
The semantics of MPL's insert metafunction for an extensible associative
sequence is defined as:
"For any Extensible Associative Sequence s, iterator pos in s, and
arbitrary type x:
typedef insert::type r;
Semantics: r is concept-identical and equivalent to s, except that
at< r, key_type::type >::type is identical to value_type::type."
What happens if the key type of x is already in s?
Thanks,
Eric.