From Jason Turner

[ios.base.storage]

Diff to HTML by rtfpessoa

tmp/tmpth_8nfna/{from.md → to.md} RENAMED
@@ -19,11 +19,11 @@ of unspecified size and stores a pointer to its first element in
19
  necessary to include the element `iarray[idx]`. Each newly allocated
20
  element of the array is initialized to zero. The reference returned is
21
  invalid after any other operations on the object.[^7] However, the value
22
  of the storage referred to is retained, so that until the next call to
23
  `copyfmt`, calling `iword` with the same index yields another reference
24
- to the same value. If the function fails[^8] and `*this` is a base
25
  subobject of a `basic_ios<>` object or subobject, the effect is
26
  equivalent to calling `basic_ios<>::setstate(badbit)` on the derived
27
  object (which may throw `failure`).
28
 
29
  *Returns:* On success `iarray[idx]`. On failure, a valid `long&`
@@ -40,12 +40,12 @@ as necessary to include the element `parray[idx]`. Each newly allocated
40
  element of the array is initialized to a null pointer. The reference
41
  returned is invalid after any other operations on the object. However,
42
  the value of the storage referred to is retained, so that until the next
43
  call to `copyfmt`, calling `pword` with the same index yields another
44
  reference to the same value. If the function fails[^9] and `*this` is a
45
- base subobject of a `basic_ios<>` object or subobject, the effect is
46
- equivalent to calling `basic_ios<>::setstate(badbit)` on the derived
47
  object (which may throw `failure`).
48
 
49
  *Returns:* On success `parray[idx]`. On failure a valid `void*&`
50
  initialized to 0.
51
 
 
19
  necessary to include the element `iarray[idx]`. Each newly allocated
20
  element of the array is initialized to zero. The reference returned is
21
  invalid after any other operations on the object.[^7] However, the value
22
  of the storage referred to is retained, so that until the next call to
23
  `copyfmt`, calling `iword` with the same index yields another reference
24
+ to the same value. If the function fails[^8] and `*this` is a base class
25
  subobject of a `basic_ios<>` object or subobject, the effect is
26
  equivalent to calling `basic_ios<>::setstate(badbit)` on the derived
27
  object (which may throw `failure`).
28
 
29
  *Returns:* On success `iarray[idx]`. On failure, a valid `long&`
 
40
  element of the array is initialized to a null pointer. The reference
41
  returned is invalid after any other operations on the object. However,
42
  the value of the storage referred to is retained, so that until the next
43
  call to `copyfmt`, calling `pword` with the same index yields another
44
  reference to the same value. If the function fails[^9] and `*this` is a
45
+ base class subobject of a `basic_ios<>` object or subobject, the effect
46
+ is equivalent to calling `basic_ios<>::setstate(badbit)` on the derived
47
  object (which may throw `failure`).
48
 
49
  *Returns:* On success `parray[idx]`. On failure a valid `void*&`
50
  initialized to 0.
51