Add file tree walking order disclaimer in coral::file_walker
This commit is contained in:
parent
dee82f6437
commit
36ca698e22
@ -22,6 +22,8 @@ export namespace coral {
|
||||
|
||||
/**
|
||||
* Enumerates a file tree recursively, returning the absolute path of each file within.
|
||||
*
|
||||
* *Note*: file tree walking order is considered implementation-specific.
|
||||
*/
|
||||
struct file_walker : public enumerator<expected<slice<char const>, io_error>> {
|
||||
virtual ~file_walker() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user