#6717 closed Bugs (fixed)
Get rid of swprintf
| Reported by: | Antony Polukhin | Owned by: | Antony Polukhin |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | lexical_cast |
| Version: | Boost 1.48.0 | Severity: | Regression |
| Keywords: | swprintf | Cc: |
Description
swprintf is very unportable. Replace it with iostreams.
Change History (3)
comment:1 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Note:
See TracTickets
for help on using tickets.

(In [77639]) Fixes #6717 (now lexical_cast won`t try to support non confirming swprintf)