Opened 9 years ago

Closed 9 years ago

#9070 closed Bugs (fixed)

Boost.LexicalCast wrong parameter name

Reported by: Agustín K-ballo Bergé <kaballo86@…> Owned by: Antony Polukhin
Milestone: To Be Determined Component: lexical_cast
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

The latest changes to _Boost.LexicalCast_ on trunk break refer to an input parameter when there only is an output parameter.

Attachments (1)

lexical_cast.hpp.patch (586 bytes ) - added by Agustín K-ballo Bergé <kaballo86@…> 9 years ago.
patch

Download all attachments as: .zip

Change History (4)

by Agustín K-ballo Bergé <kaballo86@…>, 9 years ago

Attachment: lexical_cast.hpp.patch added

patch

comment:1 by Antony Polukhin, 9 years ago

Status: newassigned

Fixed in [85528]. Are other things work well?

P.S.: It is pleasant to have so many active users of the library. Thanks for reporting the issues!

comment:2 by Agustín K-ballo Bergé <kaballo86@…>, 9 years ago

Everything seems fine now, the build is successful. Thank you for a quick turnaround.

comment:3 by Antony Polukhin, 9 years ago

Resolution: fixed
Status: assignedclosed

(In [86654]) Merged a big bunch of internal code changes from trunk for lexical_cast: dropped support of antique compilers, code changed to produce a smaller binaries and simplify compiler's work, simplified and shortened the code, common with other libraries code moved to 'detail/basic_pointerbuf.hpp' (fixes #9046, fixes #9070, fixes #9271)

Note: See TracTickets for help on using tickets.