lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6247] Demote some quibbling defect markers


From: Greg Chicares
Subject: [lmi-commits] [6247] Demote some quibbling defect markers
Date: Thu, 13 Aug 2015 22:20:35 +0000

Revision: 6247
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6247
Author:   chicares
Date:     2015-08-13 22:20:34 +0000 (Thu, 13 Aug 2015)
Log Message:
-----------
Demote some quibbling defect markers

Modified Paths:
--------------
    lmi/trunk/input_sequence.hpp

Modified: lmi/trunk/input_sequence.hpp
===================================================================
--- lmi/trunk/input_sequence.hpp        2015-08-13 22:12:40 UTC (rev 6246)
+++ lmi/trunk/input_sequence.hpp        2015-08-13 22:20:34 UTC (rev 6247)
@@ -204,7 +204,6 @@
 #include "so_attributes.hpp"
 #include "uncopyable_lmi.hpp"
 
-#include <iosfwd>
 #include <string>
 #include <sstream>
 #include <vector>
@@ -272,13 +271,12 @@
 
     void realize_vector();
 
-    // TODO ?? This prolly ought to return a reference; first, let's see
-    // how we'll use it, though.
+    // SOMEDAY !! This probably ought to return a reference.
     std::vector<double> linear_number_representation() const;
     std::vector<std::string> linear_keyword_representation() const;
     std::string element_by_element_representation() const;
 
-    // TODO ?? The two following 'regularized representation' functions
+    // SOMEDAY !! These two 'regularized representation' functions
     // are probably not useful. The representation we care about is a
     // std::vector<double>.
     std::string mathematical_representation() const;
@@ -326,8 +324,8 @@
 
     void mark_diagnostic_context();
 
-    // TODO ?? Something like this may be part of a solution
-    // if we decide to permit specification of intervals in random order.
+    // SOMEDAY !! Something like this may be part of a solution if we
+    // decide to permit specification of intervals in random order.
     void sort_intervals();
 
     std::istringstream input_stream;




reply via email to

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