lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] valyuta/004 4a1687e 1/9: Expunge a defect marker [32


From: Greg Chicares
Subject: [lmi-commits] [lmi] valyuta/004 4a1687e 1/9: Expunge a defect marker [324]
Date: Tue, 29 Dec 2020 14:46:01 -0500 (EST)

branch: valyuta/004
commit 4a1687ecc9f3940bbc36a0bc2933df207784319c
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Expunge a defect marker [324]
    
    There's nothing wrong with a ctor that takes arguments individually
    rather than as a conglomeration like class Input.
---
 ihs_basicval.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ihs_basicval.cpp b/ihs_basicval.cpp
index 3f38178..32e1291 100644
--- a/ihs_basicval.cpp
+++ b/ihs_basicval.cpp
@@ -86,7 +86,7 @@ BasicValues::BasicValues(Input const& input)
 }
 
 //============================================================================
-// TODO ?? Not for general use--use for GPT server only. This is bad design. 
TAXATION !! Eliminate this.
+// Designed for GPT server, but available for general use.
 BasicValues::BasicValues
     (std::string  const& a_ProductName
     ,mcenum_gender       a_Gender



reply via email to

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