From Jason Turner

[flat.multiset.overview]

Diff to HTML by rtfpessoa

tmp/tmpohqn4lz1/{from.md → to.md} RENAMED
@@ -51,9 +51,12 @@ In particular, `vector` [[vector]] and `deque` [[deque]] can be used.
51
  [*Note 3*: `vector<bool>` is not a sequence container. — *end note*]
52
 
53
  The program is ill-formed if `Key` is not the same type as
54
  `KeyContainer::value_type`.
55
 
56
- The effect of calling a constructor or member function that takes a
57
  `sorted_equivalent_t` argument with a range that is not sorted with
58
  respect to `key_comp()` is undefined.
59
 
 
 
 
 
51
  [*Note 3*: `vector<bool>` is not a sequence container. — *end note*]
52
 
53
  The program is ill-formed if `Key` is not the same type as
54
  `KeyContainer::value_type`.
55
 
56
+ The effect of calling a member function that takes a
57
  `sorted_equivalent_t` argument with a range that is not sorted with
58
  respect to `key_comp()` is undefined.
59
 
60
+ The types `iterator` and `const_iterator` meet the constexpr iterator
61
+ requirements [[iterator.requirements.general]].
62
+