Re: [Boost-bugs] [Boost C++ Libraries] #4211: unsupported_class_version should report relevant class name

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4211: unsupported_class_version should report relevant class name
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-05-13 04:29:49


#4211: unsupported_class_version should report relevant class name
--------------------------+-------------------------------------------------
 Reporter: kab@… | Owner: ramey
     Type: Patches | Status: new
Milestone: Boost 1.43.0 | Component: serialization
  Version: Boost 1.44.0 | Severity: Problem
 Keywords: |
--------------------------+-------------------------------------------------

Comment(by anonymous):

 Sigh, wiki formatting pretty much trashed that. Trying again.

 {{{
      case unsupported_class_version:
 - m_msg = "class version";
 + m_msg = "class version ";
 + m_msg += (NULL != e1) ? e1 : "<unknown class>";
          break;
      case other_exception:
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4211#comment:2>
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:03 UTC