lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5377] Remove needless argument defaults


From: Greg Chicares
Subject: [lmi-commits] [5377] Remove needless argument defaults
Date: Sun, 22 Jan 2012 19:35:13 +0000

Revision: 5377
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5377
Author:   chicares
Date:     2012-01-22 19:35:13 +0000 (Sun, 22 Jan 2012)
Log Message:
-----------
Remove needless argument defaults

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

Modified: lmi/trunk/ihs_irc7702.hpp
===================================================================
--- lmi/trunk/ihs_irc7702.hpp   2012-01-22 13:57:48 UTC (rev 5376)
+++ lmi/trunk/ihs_irc7702.hpp   2012-01-22 19:35:13 UTC (rev 5377)
@@ -87,14 +87,13 @@
         ,round_to<double>    const& a_round_max_premium
         ,round_to<double>    const& a_round_min_specamt
         ,round_to<double>    const& a_round_max_specamt
-// TODO ?? Should we have default arguments at all?
-        ,int                        a_InforceYear         = 0
-        ,int                        a_InforceMonth        = 0
-        ,double                     a_InforceGLP          = 0.0
-        ,double                     a_InforceCumGLP       = 0.0
-        ,double                     a_InforceGSP          = 0.0
-        ,double                     a_InforceCumPremsPaid = 0.0
-        ,double                     a_LeastBftAmtEver     = 0.0
+        ,int                        a_InforceYear
+        ,int                        a_InforceMonth
+        ,double                     a_InforceGLP
+        ,double                     a_InforceCumGLP
+        ,double                     a_InforceGSP
+        ,double                     a_InforceCumPremsPaid
+        ,double                     a_LeastBftAmtEver
         // TODO ?? Perhaps other arguments are needed for inforce.
         );
     ~Irc7702();




reply via email to

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