lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6092] Change output_file_existence_checker ctor to take f


From: Greg Chicares
Subject: [lmi-commits] [6092] Change output_file_existence_checker ctor to take fs::path
Date: Fri, 23 Jan 2015 02:41:15 +0000

Revision: 6092
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6092
Author:   chicares
Date:     2015-01-23 02:41:14 +0000 (Fri, 23 Jan 2015)
Log Message:
-----------
Change output_file_existence_checker ctor to take fs::path

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/wx_test_output.hpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-01-23 02:35:25 UTC (rev 6091)
+++ lmi/trunk/ChangeLog 2015-01-23 02:41:14 UTC (rev 6092)
@@ -35557,3 +35557,9 @@
 Extract output_file_existence_checker into a separate header. See:
   http://lists.nongnu.org/archive/html/lmi/2014-12/msg00089.html
 
+20150123T0241Z <address@hidden> [516]
+
+  wx_test_output.hpp
+Change output_file_existence_checker ctor to take fs::path. See:
+  http://lists.nongnu.org/archive/html/lmi/2014-12/msg00089.html
+

Modified: lmi/trunk/wx_test_output.hpp
===================================================================
--- lmi/trunk/wx_test_output.hpp        2015-01-23 02:35:25 UTC (rev 6091)
+++ lmi/trunk/wx_test_output.hpp        2015-01-23 02:41:14 UTC (rev 6092)
@@ -40,7 +40,7 @@
     :private lmi::uncopyable<output_file_existence_checker>
 {
   public:
-    output_file_existence_checker(std::string const& path)
+    output_file_existence_checker(fs::path const& path)
         :path_(path)
         {
         fs::remove(path_);




reply via email to

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