From Jason Turner

[fs.class.directory.iterator]

Diff to HTML by rtfpessoa

tmp/tmp1cvvq71s/{from.md → to.md} RENAMED
@@ -79,13 +79,11 @@ the values of any cached attributes [[fs.class.directory.entry]] in the
79
  `directory_entry` element returned by `operator*()`.
80
  `directory_iterator` member functions shall not directly or indirectly
81
  call any `directory_entry` `refresh` function.
82
 
83
  [*Note 2*: The exact mechanism for storing cached attribute values is
84
- not exposed to users. For exposition, class `directory_iterator` is
85
- shown in [[fs.class.directory.entry]] as a friend of class
86
- `directory_entry`. — *end note*]
87
 
88
  [*Note 3*: A path obtained by dereferencing a directory iterator might
89
  not actually exist; it could be a symbolic link to a non-existent file.
90
  Recursively walking directory trees for purposes of removing and
91
  renaming entries might invalidate symbolic links that are being
 
79
  `directory_entry` element returned by `operator*()`.
80
  `directory_iterator` member functions shall not directly or indirectly
81
  call any `directory_entry` `refresh` function.
82
 
83
  [*Note 2*: The exact mechanism for storing cached attribute values is
84
+ not exposed to users. *end note*]
 
 
85
 
86
  [*Note 3*: A path obtained by dereferencing a directory iterator might
87
  not actually exist; it could be a symbolic link to a non-existent file.
88
  Recursively walking directory trees for purposes of removing and
89
  renaming entries might invalidate symbolic links that are being