From Jason Turner

[flat.set.erasure]

Diff to HTML by rtfpessoa

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