#4119 closed Bugs (fixed)
Workaround for lexical_cast problem when exceptions disabled
Reported by: | Owned by: | nasonov | |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | lexical_cast |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
This patch fix problem "libcmt.lib(stdexcpt.obj) : error LNK2005: "public: thiscall std::bad_cast::bad_cast(char const *)"" when exceptions disabled for MSVC. bad_lexical_cast can't be base on std::bast when exceptions disabled.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | lexicalCastNoExceptionsWorkaround.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Milestone: | Boost 1.43.0 → Boost 1.44.0 |
---|
Note:
See TracTickets
for help on using tickets.
(In [62529]) Apply the patch from #4119. Fixes #4119.