Typo fix in documentation. New line added to the end of lexical_cast.hpp file

[SVN r78051]
This commit is contained in:
Antony Polukhin
2012-04-17 18:00:30 +00:00
parent 9ff79f4df9
commit d963842d70
2 changed files with 2 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ The character type of the underlying stream is assumed to be `char` unless eithe
* 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:
``

View File

@@ -2287,3 +2287,4 @@ namespace boost {
#undef BOOST_LCAST_NO_WCHAR_T
#endif // BOOST_LEXICAL_CAST_INCLUDED