|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r78015 - trunk/libs/conversion/doc
From: antoshkka_at_[hidden]
Date: 2012-04-16 13:13:12
Author: apolukhin
Date: 2012-04-16 13:13:11 EDT (Mon, 16 Apr 2012)
New Revision: 78015
URL: http://svn.boost.org/trac/boost/changeset/78015
Log:
Comment out bad advise in documentation ( refs #6786, refs #6663)
Text files modified:
trunk/libs/conversion/doc/lexical_cast.qbk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
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-16 13:13:11 EDT (Mon, 16 Apr 2012)
@@ -115,6 +115,7 @@
[endsect]
+[/ Commenting out bad advise (this will break the ability to get correct function pointers via &lexical_cast<Target, Source>)
[section Tuning classes for fast lexical conversions]
Because of `boost::lexical_cast` optimizations for `boost::iterator_range<character_type*>`, it is possibile to make very fast lexical conversions for non zero terminated strings, substrings and user-defined classes.
@@ -162,7 +163,7 @@
``
Now `boost::lexical_cast<some_type>(example_class_instance)` conversions won't copy data and construct heavy STL stream objects. See [link boost_lexical_cast.performance Performance] section for info on `boost::iterator_range` conversion performance.
[endsect]
-
+]
[section Frequently Asked Questions]
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