From Jason Turner

[fs.class.directory.iterator.general]

Diff to HTML by rtfpessoa

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