lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master fdc0f5a 07/33: Deboostify even more


From: Greg Chicares
Subject: [lmi-commits] [lmi] master fdc0f5a 07/33: Deboostify even more
Date: Mon, 3 May 2021 08:15:51 -0400 (EDT)

branch: master
commit fdc0f5a5c551d92faf2ac65e4b879120061c20d9
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Deboostify even more
---
 path_utility_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/path_utility_test.cpp b/path_utility_test.cpp
index d609163..c7ec637 100644
--- a/path_utility_test.cpp
+++ b/path_utility_test.cpp
@@ -223,7 +223,7 @@ void test_unique_filepath_with_normal_filenames()
     keep_open.close();
 
     // Verify that the first function call here is redundant:
-    //   path_b = change_extension(path_a, ext)
+    //   path_b = fs::replace_extension(path_a, ext)
     //   path_c = unique_filepath (path_b, ext)
     // and this single function call has the same effect:
     //   path_c = unique_filepath (path_a, ext)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]