From Jason Turner

[multiset.erasure]

Diff to HTML by rtfpessoa

tmp/tmpx13oujtd/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  #### Erasure <a id="multiset.erasure">[[multiset.erasure]]</a>
2
 
3
  ``` cpp
4
  template<class Key, class Compare, class Allocator, class Predicate>
5
- typename multiset<Key, Compare, Allocator>::size_type
6
  erase_if(multiset<Key, Compare, Allocator>& c, Predicate pred);
7
  ```
8
 
9
  *Effects:* Equivalent to:
10
 
 
1
  #### Erasure <a id="multiset.erasure">[[multiset.erasure]]</a>
2
 
3
  ``` cpp
4
  template<class Key, class Compare, class Allocator, class Predicate>
5
+ constexpr typename multiset<Key, Compare, Allocator>::size_type
6
  erase_if(multiset<Key, Compare, Allocator>& c, Predicate pred);
7
  ```
8
 
9
  *Effects:* Equivalent to:
10