lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d9e35c2 2/8: Remove an unimportant comment


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d9e35c2 2/8: Remove an unimportant comment
Date: Mon, 19 Apr 2021 20:37:29 -0400 (EDT)

branch: master
commit d9e35c2fb54aec7f149dde2df68ff3e6f8415b00
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Remove an unimportant comment
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2021-04/msg00028.html
---
 gpt_commutation_functions.hpp | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gpt_commutation_functions.hpp b/gpt_commutation_functions.hpp
index 0508611..2c7d268 100644
--- a/gpt_commutation_functions.hpp
+++ b/gpt_commutation_functions.hpp
@@ -94,18 +94,6 @@ struct gpt_vector_parms
 /// a premium pattern such as "GSP for one year, then nothing" can be
 /// illustrated for both GPT and CVAT. 'defn_life_ins' facilitates
 /// skipping GPT restrictions for CVAT contracts in such a case.
-///
-/// Default member initializers are a good idea in general, and allow
-/// code such as:
-///   gpt_scalar_parms z = {.target_prem = 2, .gross_1035 = 7};
-/// to compile without gcc's "missing-field-initializers" warning.
-/// On the other hand, they prevent this struct from being fully
-/// "trivial"--without them, it has all four of these properties:
-///   is_trivially_constructible_v
-///   is_trivially_default_constructible_v
-///   is_trivially_copy_constructible_v
-///   is_trivially_move_constructible_v
-/// but with them, it has only the last two.
 
 struct gpt_scalar_parms
 {



reply via email to

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