Opened 11 years ago
Closed 11 years ago
#6298 closed Bugs (fixed)
Throws bad_lexical_cast when used with empty vector
| Reported by: | Owned by: | Antony Polukhin | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | lexical_cast |
| Version: | Boost 1.48.0 | Severity: | Regression |
| Keywords: | Cc: |
Description
lexical_cast throws bad_lexical_cast when used with an empty std::vector. See attached test case.
Attachments (1)
Change History (5)
by , 11 years ago
| Attachment: | lexical_cast_test.cpp added |
|---|
comment:3 by , 11 years ago
| Status: | new → assigned |
|---|
comment:4 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Test case