lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6440] Reconstitute 'ce_product_name' from 'mc_enum_base'


From: Greg Chicares
Subject: [lmi-commits] [6440] Reconstitute 'ce_product_name' from 'mc_enum_base' (VS)
Date: Sat, 12 Dec 2015 15:58:25 +0000

Revision: 6440
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6440
Author:   chicares
Date:     2015-12-12 15:58:25 +0000 (Sat, 12 Dec 2015)
Log Message:
-----------
Reconstitute 'ce_product_name' from 'mc_enum_base' (VS)

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-12-12 15:56:31 UTC (rev 6439)
+++ lmi/trunk/ChangeLog 2015-12-12 15:58:25 UTC (rev 6440)
@@ -37702,5 +37702,22 @@
   skin_coli_boli.xrc
   skin_group_carveout.xrc
   skin_group_carveout3.xrc
-Widen state controls for full display of contents.
+Widen state and country controls that were too narrow with msw7.
 
+20151212T1556Z <address@hidden> [456]
+
+  gpt.xrc
+  mec.xrc
+  skin.xrc
+  skin_coli_boli.xrc
+  skin_group_carveout.xrc
+  skin_group_carveout3.xrc
+  skin_single_premium.xrc
+Rework the 20151210T2226Z change for robustness.
+
+20151212T1558Z <address@hidden> [456]
+
+  input.hpp
+Reconstitute 'ce_product_name' from 'mc_enum_base' (VS). See:
+  http://lists.nongnu.org/archive/html/lmi/2015-12/msg00010.html
+

Modified: lmi/trunk/input.hpp
===================================================================
--- lmi/trunk/input.hpp 2015-12-12 15:56:31 UTC (rev 6439)
+++ lmi/trunk/input.hpp 2015-12-12 15:58:25 UTC (rev 6440)
@@ -501,6 +501,7 @@
     static DesiredType* reconstitute(any_member<Input>& m)
         {
         DesiredType* z = 0;
+        z = exact_cast<ce_product_name         >(m); if(z) return z;
         z = exact_cast<mce_class               >(m); if(z) return z;
         z = exact_cast<mce_country             >(m); if(z) return z;
         z = exact_cast<mce_dbopt               >(m); if(z) return z;
@@ -568,7 +569,6 @@
     static DesiredType* reconstitute(any_member<Input>& m)
         {
         DesiredType* z = 0;
-        z = exact_cast<ce_product_name         >(m); if(z) return z;
         z = exact_cast<datum_string            >(m); if(z) return z;
         z = reconstitutor<datum_sequence,Input>::reconstitute(m); if(z) return 
z;
         z = reconstitutor<mc_enum_base  ,Input>::reconstitute(m); if(z) return 
z;




reply via email to

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