mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-05 15:34:29 +02:00
Merged from 1.33.0 release
[SVN r30540]
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
conversions, such as where precision or formatting need tighter control than is
|
conversions, such as where precision or formatting need tighter control than is
|
||||||
offered by the default behavior of <code>lexical_cast</code>, the conventional <code>
|
offered by the default behavior of <code>lexical_cast</code>, the conventional <code>
|
||||||
stringstream</code> approach is recommended. Where the conversions are
|
stringstream</code> approach is recommended. Where the conversions are
|
||||||
numeric to numeric, <code><a href="cast.htm#numeric_cast">numeric_cast</a></code>
|
numeric to numeric, <code><a href="../numeric/conversion/doc/numeric_cast.html">numeric_cast</a></code>
|
||||||
may offer more reasonable behavior than <code>lexical_cast</code>.
|
may offer more reasonable behavior than <code>lexical_cast</code>.
|
||||||
<p>
|
<p>
|
||||||
For a good discussion of the options and issues involved in string-based
|
For a good discussion of the options and issues involved in string-based
|
||||||
|
Reference in New Issue
Block a user