From bd4e66e588a6311385f40f033933616a6480d56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 28 Jan 2005 07:53:09 +0000 Subject: [PATCH] doc: hint regarding iomanip on string --- mrw/string.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mrw/string.hpp b/mrw/string.hpp index 78d3048..9ecfd91 100644 --- a/mrw/string.hpp +++ b/mrw/string.hpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.5 2005/01/28 07:53:09 marc + doc: hint regarding iomanip on string + Revision 1.4 2004/12/20 13:24:08 marc from string conversion throws exception in case of failure @@ -154,6 +157,10 @@ namespace mrw { s = 13.5 + s + 24.8; @endcode + @note Please note that you can use the shift operator on + strings, but the IO manipulators from @c iomanip don't + work, nor @c std::endl and thelike. + @note The signature of some string functions has changed: They may now throw exceptions if conversion fails! (since 1.4.1)