lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 75399fe 01/12: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 75399fe 01/12: Improve documentation
Date: Sat, 24 Oct 2020 16:51:33 -0400 (EDT)

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

    Improve documentation
    
    Numeric references to C++ standards become ever more rapidly outdated.
    A text reference like "[sequences.general]" is little better, as it
    doesn't clearly refer to Containers.
---
 xml_serialize.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xml_serialize.hpp b/xml_serialize.hpp
index cbfacbc..bd80024 100644
--- a/xml_serialize.hpp
+++ b/xml_serialize.hpp
@@ -69,7 +69,7 @@ struct xml_io
     }
 };
 
-/// Serialization for sequences [23.1.1].
+/// Serialization for sequence containers.
 ///
 /// Derive publicly from this to use its implementation when
 /// specializing class template xml_io for a particular sequence.



reply via email to

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