From Jason Turner

[flat.map.erasure]

Diff to HTML by rtfpessoa

tmp/tmp4ktsonwb/{from.md → to.md} RENAMED
@@ -1,11 +1,11 @@
1
  #### Erasure <a id="flat.map.erasure">[[flat.map.erasure]]</a>
2
 
3
  ``` cpp
4
  template<class Key, class T, class Compare, class KeyContainer, class MappedContainer,
5
  class Predicate>
6
- typename flat_map<Key, T, Compare, KeyContainer, MappedContainer>::size_type
7
  erase_if(flat_map<Key, T, Compare, KeyContainer, MappedContainer>& c, Predicate pred);
8
  ```
9
 
10
  *Preconditions:* `Key` and `T` meet the *Cpp17MoveAssignable*
11
  requirements.
 
1
  #### Erasure <a id="flat.map.erasure">[[flat.map.erasure]]</a>
2
 
3
  ``` cpp
4
  template<class Key, class T, class Compare, class KeyContainer, class MappedContainer,
5
  class Predicate>
6
+ constexpr typename flat_map<Key, T, Compare, KeyContainer, MappedContainer>::size_type
7
  erase_if(flat_map<Key, T, Compare, KeyContainer, MappedContainer>& c, Predicate pred);
8
  ```
9
 
10
  *Preconditions:* `Key` and `T` meet the *Cpp17MoveAssignable*
11
  requirements.