lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4839] Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [4839] Improve documentation
Date: Fri, 16 Apr 2010 22:07:50 +0000

Revision: 4839
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4839
Author:   chicares
Date:     2010-04-16 22:07:50 +0000 (Fri, 16 Apr 2010)
Log Message:
-----------
Improve documentation

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2010-04-14 18:35:16 UTC (rev 4838)
+++ lmi/trunk/ChangeLog 2010-04-16 22:07:50 UTC (rev 4839)
@@ -24858,3 +24858,23 @@
   xml_serializable.tpp
 Move default implementations into base class.
 
+20100414T1835Z <address@hidden> [760]
+
+  antediluvian_stubs.cpp
+  input.hpp
+  input_xml_io.cpp
+  mec_input.cpp
+  mec_input.hpp
+  mec_state.cpp
+  mec_state.hpp
+  product_data.cpp
+  product_data.hpp
+  xml_serializable.hpp
+  xml_serializable.tpp
+Refactor.
+
+20100416T2207Z <address@hidden> [760]
+
+  any_member.hpp
+Improve documentation.
+

Modified: lmi/trunk/any_member.hpp
===================================================================
--- lmi/trunk/any_member.hpp    2010-04-14 18:35:16 UTC (rev 4838)
+++ lmi/trunk/any_member.hpp    2010-04-16 22:07:50 UTC (rev 4839)
@@ -41,6 +41,11 @@
 // in 2004 and in any later year shown above; any defect in it should
 // not reflect on Kevlin Henney's reputation.
 
+// See
+//   http://www.artima.com/cppsource/type_erasure.html
+//   http://www.artima.com/cppsource/type_erasure2.html
+// for a discussion of extending boost::any.
+
 // Design notes--cast member templates
 //
 // Member template exact_cast() is safe, but limited: it casts only





reply via email to

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