Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#4119 closed Bugs (fixed)

Workaround for lexical_cast problem when exceptions disabled

Reported by: Arkadiy Shapkin <arkadiy_s@…> 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)

lexicalCastNoExceptionsWorkaround.patch (701 bytes ) - added by Arkadiy Shapkin <arkadiy_s@…> 13 years ago.

Download all attachments as: .zip

Change History (3)

by Arkadiy Shapkin <arkadiy_s@…>, 13 years ago

comment:1 by nasonov, 12 years ago

Resolution: fixed
Status: newclosed

(In [62529]) Apply the patch from #4119. Fixes #4119.

comment:2 by nasonov, 12 years ago

Milestone: Boost 1.43.0Boost 1.44.0
Note: See TracTickets for help on using tickets.