Opened 4 years ago
Last modified 4 years ago
#13607 new Bugs
Asio bad_address_cast fix under no exceptions
Reported by: | kvankooten | Owned by: | chris_kohlhoff |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: | chriskohlhoff |
Description
When using the Asio module in MSVC when exceptions are disabled, deriving an exception from bad_cast throws a linker error. A simple fix would look similar to the lexical_cast, bad_any_cast, etc.
Note:
See TracTickets
for help on using tickets.
The class bad_adress_cast in bad_address_cast.hpp can be derived as follows: