lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 478a24e 2/5: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 478a24e 2/5: Improve documentation
Date: Tue, 7 Feb 2017 04:40:18 +0000 (UTC)

branch: master
commit 478a24e55336978abc0cb95d935d00708e215fbc
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve documentation
    
    Removed a "SOMEDAY" comment merely reiterated an idea that is better
    explained in the header; if it is ever implemented, then obviously it
    should be unit tested.
    
    Moved another comment outside a block where it didn't belong.
---
 input_seq_test.cpp |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/input_seq_test.cpp b/input_seq_test.cpp
index 197c630..f399a18 100644
--- a/input_seq_test.cpp
+++ b/input_seq_test.cpp
@@ -322,11 +322,9 @@ int test_main(int, char*[])
     check(__FILE__, __LINE__, n, d, e);
     }
 
-// SOMEDAY !! Also support and test:
-//   additive expressions e.g. retirement-10 ?
+    // TODO ?? Test against canonical representation once we define that.
 
     // Test construction from vector.
-    // TODO ?? Test against canonical representation once we define that.
     {
     int const n = 5;
     double const d[n] = {1, 1, 1, 2, 2};



reply via email to

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