mirror of
https://github.com/boostorg/conversion.git
synced 2026-08-04 12:34:32 +02:00
Compare commits
3 Commits
develop
...
boost-1.33.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f31953b51 | |||
| f587f50366 | |||
| 166924ca12 |
+1
-1
@@ -77,7 +77,7 @@
|
||||
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>
|
||||
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>.
|
||||
<p>
|
||||
For a good discussion of the options and issues involved in string-based
|
||||
|
||||
Reference in New Issue
Block a user