From 36ca698e22992f4f459d1aa6cd4be96975651a58 Mon Sep 17 00:00:00 2001 From: kayomn Date: Thu, 2 Mar 2023 20:14:46 +0000 Subject: [PATCH] Add file tree walking order disclaimer in coral::file_walker --- source/coral/files.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/coral/files.cpp b/source/coral/files.cpp index 3a0a87d..e2328ed 100755 --- a/source/coral/files.cpp +++ b/source/coral/files.cpp @@ -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, io_error>> { virtual ~file_walker() {}