Opened 9 years ago
Closed 9 years ago
#9070 closed Bugs (fixed)
Boost.LexicalCast wrong parameter name
Reported by: | 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)
Change History (4)
by , 9 years ago
Attachment: | lexical_cast.hpp.patch added |
---|
comment:1 by , 9 years ago
Status: | new → assigned |
---|
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 , 9 years ago
Everything seems fine now, the build is successful. Thank you for a quick turnaround.
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(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)
patch