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:25:17


#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 kab@…):

 Trac doesn't seem to be accepting attachments right now. The change is
 quite simple, so I'll just put it here in-line:

 libs/serialization/src/archive_exception.cpp -- boost 1.43 release

      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: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:03 UTC