Re: [Boost-bugs] [Boost C++ Libraries] #11700: 'some_function() noexcept = default; ' fixes

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11700: 'some_function() noexcept = default; ' fixes
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-10-10 10:35:39


#11700: 'some_function() noexcept = default;' fixes
--------------------------------------+-------------------------
  Reporter: apolukhin | Owner: bemandawes
      Type: Patches | Status: closed
 Milestone: To Be Determined | Component: filesystem
   Version: Boost Development Trunk | Severity: Showstopper
Resolution: fixed | Keywords:
--------------------------------------+-------------------------
Changes (by bemandawes):

 * status: new => closed
 * resolution: => fixed

Comment:

 Fix pull request 17, 'some_function() noexcept = default;' from Antony
 Polukhin, by never relying on "= default". Antony's pull request would
 have fixed the problem interaction with noexcept by eliminating the
 noexcept. I preferred to retain the noexcept rather than the "= default",
 as applying "= default" has been exceedingly troublesome for both VC++ and
 GCC due to interactions between the two C++11 features. GCC interactions
 varied not just for the version, but also for the platform.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11700#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:19 UTC