Re: [Boost-bugs] [Boost C++ Libraries] #2343: [exception] Patch to improve support of CodeGear C++Builder 2009

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2343: [exception] Patch to improve support of CodeGear C++Builder 2009
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-09-20 15:42:49


#2343: [exception] Patch to improve support of CodeGear C++Builder 2009
--------------------------------------+-------------------------------------
  Reporter: nmusatti | Owner: emildotchevski
      Type: Patches | Status: new
 Milestone: To Be Determined | Component: exception
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-------------------------------------

Comment(by pdimov):

 With regards to

 {{{return typename
 exception_detail::enable_error_info_return_type<T>::type(x);}}}

 I'd suggest

 {{{
 typedef typename exception_detail::enable_error_info_return_type<T>::type
 Rt;
 return Rt(x);
 }}}

 instead of yet another config macro.

 Also, <string.h> should have a ::memcpy, why would one need to use the
 std:: one?

-- 
Ticket URL: <http://svn.boost.org/trac/boost/ticket/2343#comment:5>
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:49:58 UTC