Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10010: Boost 1.55 does not support setting language of description in exception
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-05-07 02:54:54
#10010: Boost 1.55 does not support setting language of description in exception
-------------------------------+-----------------------------------
Reporter: anonymous | Owner: emildotchevski
Type: Feature Requests | Status: closed
Milestone: To Be Determined | Component: exception
Version: Boost 1.55.0 | Severity: Problem
Resolution: wontfix | Keywords: Language in exception
-------------------------------+-----------------------------------
Changes (by emildotchevski):
* status: new => closed
* resolution: => wontfix
Old description:
> User default language is used in message description from exception. It
> had better if a programmer can set language of message or can use default
> language of message
New description:
You should not attempt to format a user-friendly message at the point of
the throw. Instead, store in the exception object any and all information
that is needed to format a user-friendly message, then use that
information at the point of the catch to format the message.
-- -- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10010#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:16 UTC