lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 1e4ae71 4/4: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 1e4ae71 4/4: Improve documentation
Date: Wed, 29 Jan 2020 08:00:57 -0500 (EST)

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

    Improve documentation
---
 stream_cast.hpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/stream_cast.hpp b/stream_cast.hpp
index 49b06fd..1a89d4d 100644
--- a/stream_cast.hpp
+++ b/stream_cast.hpp
@@ -86,8 +86,9 @@
 /// type std::string (but it works with value_cast).
 ///
 /// Blank is the only whitespace character not treated as whitespace,
-/// because blanks are more common than other whitespace characters in
-/// std::strings.
+/// because blanks are deliberately used in strings like "Allow MEC"
+/// that are mapped to enumerators in 'mc_enum_types.xpp', where other
+/// whitespace characters would not be used.
 ///
 /// This technique is generally inappropriate (and the implementation
 /// prevents its use) for arithmetic types, and especially for



reply via email to

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