From Jason Turner

[string::find.last.not.of]

Diff to HTML by rtfpessoa

tmp/tmp2277o614/{from.md → to.md} RENAMED
@@ -33,10 +33,10 @@ size_type find_last_not_of(const charT* s, size_type pos = npos) const;
33
  elements of `charT`.
34
 
35
  *Returns:* `find_last_not_of(basic_string(s), pos)`.
36
 
37
  ``` cpp
38
- size_type find_last_not_of(charT c, size_type pos = npos) const noexcept;
39
  ```
40
 
41
  *Returns:* `find_last_not_of(basic_string(1, c), pos)`.
42
 
 
33
  elements of `charT`.
34
 
35
  *Returns:* `find_last_not_of(basic_string(s), pos)`.
36
 
37
  ``` cpp
38
+ size_type find_last_not_of(charT c, size_type pos = npos) const;
39
  ```
40
 
41
  *Returns:* `find_last_not_of(basic_string(1, c), pos)`.
42