forked from boostorg/conversion
[SVN r78015]
This commit is contained in:
@@ -115,6 +115,7 @@ Exception used to indicate runtime lexical_cast failure.
|
|||||||
|
|
||||||
[endsect]
|
[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]
|
[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.
|
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 @@ namespace boost {
|
|||||||
``
|
``
|
||||||
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.
|
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]
|
[endsect]
|
||||||
|
]
|
||||||
|
|
||||||
[section Frequently Asked Questions]
|
[section Frequently Asked Questions]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user