From c14f3094bdc1675384b954877e14063c3608c8d5 Mon Sep 17 00:00:00 2001 From: Morgan Caron Date: Sun, 20 Sep 2026 17:11:58 +0200 Subject: [PATCH] docs(filesystem): remove obsolete todo comments in Watcher --- modules/FileSystem/Watcher.mpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/FileSystem/Watcher.mpp b/modules/FileSystem/Watcher.mpp index ea01539c..23cdfd1a 100644 --- a/modules/FileSystem/Watcher.mpp +++ b/modules/FileSystem/Watcher.mpp @@ -25,13 +25,6 @@ import CppUtils.System; import CppUtils.Thread; import CppUtils.Type; -/* Todo: -Windows: FindFirstChangeNotification -> https://learn.microsoft.com/fr-fr/windows/win32/api/fileapi/nf-fileapi-findfirstchangenotificationa?redirectedfrom=MSDN -MacOS: FSEvents (privilégié à kqueue) -> https://stackoverflow.com/a/11557250 - -exceptions -> std::expected -*/ - export namespace CppUtils::FileSystem { class Watcher final