Opened 11 years ago

Closed 11 years ago

#6264 closed Bugs (fixed)

LexicalCast no longer works properly under some conditions

Reported by: Akim Demaille <akim.demaille@…> Owned by: Antony Polukhin
Milestone: To Be Determined Component: lexical_cast
Version: Boost 1.48.0 Severity: Regression
Keywords: Cc: braden@…

Description

The following program is a stripped down version of something that used to work properly with the previous versions of Boost. I failed to make it smaller. I'm using G++ 4.2, but, fwiw, clang++ gives the same result.

The output is:

FAIL: bad lexical cast: source type value could not be interpreted as target

With non-empty strings to "escape" (in the real situation, of course Escape does something useful), it works properly.

Attachments (1)

lexical-test.cc (515 bytes ) - added by Akim Demaille <akim.demaille@…> 11 years ago.
Test case

Download all attachments as: .zip

Change History (4)

by Akim Demaille <akim.demaille@…>, 11 years ago

Attachment: lexical-test.cc added

Test case

comment:1 by Braden McDaniel <braden@…>, 11 years ago

Cc: braden@… added

comment:2 by Antony Polukhin, 11 years ago

Status: newassigned

comment:3 by Antony Polukhin, 11 years ago

Resolution: fixed
Status: assignedclosed

(In [76096]) Fixes #6298 Fixes #6264

Note: See TracTickets for help on using tickets.