From Jason Turner

[flat.multimap.overview]

Diff to HTML by rtfpessoa

tmp/tmp_st3e377/{from.md → to.md} RENAMED
@@ -67,9 +67,12 @@ The program is ill-formed if `Key` is not the same type as
67
 
68
  The effect of calling a constructor that takes both `key_container_type`
69
  and `mapped_container_type` arguments with containers of different sizes
70
  is undefined.
71
 
72
- The effect of calling a constructor or member function that takes a
73
  `sorted_equivalent_t` argument with a container, containers, or range
74
  that are not sorted with respect to `key_comp()` is undefined.
75
 
 
 
 
 
67
 
68
  The effect of calling a constructor that takes both `key_container_type`
69
  and `mapped_container_type` arguments with containers of different sizes
70
  is undefined.
71
 
72
+ The effect of calling a member function that takes a
73
  `sorted_equivalent_t` argument with a container, containers, or range
74
  that are not sorted with respect to `key_comp()` is undefined.
75
 
76
+ The types `iterator` and `const_iterator` meet the constexpr iterator
77
+ requirements [[iterator.requirements.general]].
78
+