lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f481f1e 1/8: Expunge commentary that has beco


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f481f1e 1/8: Expunge commentary that has become irrelevant
Date: Sun, 25 Feb 2018 17:15:13 -0500 (EST)

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

    Expunge commentary that has become irrelevant
---
 calendar_date.hpp | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/calendar_date.hpp b/calendar_date.hpp
index 7ec73d4..7e95d61 100644
--- a/calendar_date.hpp
+++ b/calendar_date.hpp
@@ -177,12 +177,6 @@ class LMI_SO calendar_date
     mutable int cached_day_;
 };
 
-// gcc-3.x and bc-5.5.1 do not work at all well with this technique
-// suggested as a space optimization in the boost documentation:
-//    template struct boost::additive<calendar_date,int>;
-//    template struct boost::totally_ordered<calendar_date>;
-//    template struct boost::unit_steppable<calendar_date>;
-
 std::ostream& LMI_SO operator<<(std::ostream& os, calendar_date const&);
 std::istream& LMI_SO operator>>(std::istream& is, calendar_date&);
 



reply via email to

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