]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Add note about using util::rename instead of fs::rename
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 17 Jul 2023 10:36:15 +0000 (12:36 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 18 Jul 2023 19:36:55 +0000 (21:36 +0200)
src/util/filesystem.hpp

index 3d4c25ac6399b63bd5e301131f263a9c7c7c983d..01525968fe7ef68eb915c4c43485f651dd079749 100644 (file)
@@ -111,6 +111,7 @@ DEF_WRAP_1_P(is_directory,        bool,           const path&, p)
 DEF_WRAP_1_R(read_symlink,        path,           const path&, p)
 DEF_WRAP_1_R(remove,              bool,           const path&, p)
 DEF_WRAP_1_R(remove_all,          std::uintmax_t, const path&, p)
+// Note: Use util::rename instead of fs::rename.
 DEF_WRAP_0_R(temp_directory_path, path)
 
 // clang-format on