From Jason Turner

[string.require]

Diff to HTML by rtfpessoa

tmp/tmpg7tyjat7/{from.md → to.md} RENAMED
@@ -4,12 +4,10 @@ If any operation would cause `size()` to exceed `max_size()`, that
4
  operation shall throw an exception object of type `length_error`.
5
 
6
  If any member function or operator of `basic_string` throws an
7
  exception, that function or operator shall have no other effect.
8
 
9
- No `erase()` or `pop_back()` member function shall throw any exceptions.
10
-
11
  In every specialization `basic_string<charT, traits, Allocator>`, the
12
  type `allocator_traits<Allocator>::value_type` shall name the same type
13
  as `charT`. Every object of type
14
  `basic_string<charT, traits, Allocator>` shall use an object of type
15
  `Allocator` to allocate and free storage for the contained `charT`
 
4
  operation shall throw an exception object of type `length_error`.
5
 
6
  If any member function or operator of `basic_string` throws an
7
  exception, that function or operator shall have no other effect.
8
 
 
 
9
  In every specialization `basic_string<charT, traits, Allocator>`, the
10
  type `allocator_traits<Allocator>::value_type` shall name the same type
11
  as `charT`. Every object of type
12
  `basic_string<charT, traits, Allocator>` shall use an object of type
13
  `Allocator` to allocate and free storage for the contained `charT`