Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78051 - in trunk: boost libs/conversion/doc
From: antoshkka_at_[hidden]
Date: 2012-04-17 14:00:30


Author: apolukhin
Date: 2012-04-17 14:00:30 EDT (Tue, 17 Apr 2012)
New Revision: 78051
URL: http://svn.boost.org/trac/boost/changeset/78051

Log:
Typo fix in documentation. New line added to the end of lexical_cast.hpp file
Text files modified:
   trunk/boost/lexical_cast.hpp | 1 +
   trunk/libs/conversion/doc/lexical_cast.qbk | 2 +-
   2 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/boost/lexical_cast.hpp
==============================================================================
--- trunk/boost/lexical_cast.hpp (original)
+++ trunk/boost/lexical_cast.hpp 2012-04-17 14:00:30 EDT (Tue, 17 Apr 2012)
@@ -2287,3 +2287,4 @@
 #undef BOOST_LCAST_NO_WCHAR_T
 
 #endif // BOOST_LEXICAL_CAST_INCLUDED
+

Modified: trunk/libs/conversion/doc/lexical_cast.qbk
==============================================================================
--- trunk/libs/conversion/doc/lexical_cast.qbk (original)
+++ trunk/libs/conversion/doc/lexical_cast.qbk 2012-04-17 14:00:30 EDT (Tue, 17 Apr 2012)
@@ -102,7 +102,7 @@
 * Single character: `wchar_t`, `char16_t`, `char32_t`
 * Arrays of characters: `wchar_t *`, `char16_t *`, `char32_t *`, `const wchar_t *`, `const char16_t *`, `const char32_t *`
 * Strings: `std::basic_string`, `boost::containers::basic_string`
-* Character ranges: `boost::iterator_range`, `boost::iterator_range`
+* `boost::iterator_range<WideCharPtr>`, where `WideCharPtr` is a pointer to wide-character or pointer to const wide-character
 
 [important Many compilers and runtime libraries fail to make conversions using new Unicode characters. Make shure that the following code compiles and outputs nonzero values, before using new types:
 ``


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk