Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 Antony Polukhin, 11 years ago

Resolution: fixed
Status: newclosed

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

comment:2 by Antony Polukhin, 11 years ago

(In [77716]) Fixes #6717 (now also setting precision for float types conversion when using iostreams)

comment:3 by Antony Polukhin, 11 years ago

(In [77804]) Merge lexical_cast from trunk:

  • fixed #6717 (now lexical_cast won`t try to support non confirming swprintf)
  • fixed #6670 (now using BOOST_NO_UNICODE_LITERALS macro to detect unicode literals support)
  • rewritten Jamfile
Note: See TracTickets for help on using tickets.