This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix zero size debug array swap noexcept qualification


On 23/06/16 22:22 +0200, François Dumont wrote:
Debug mode array had simply been forgotten when fixing zero-size swap method as part of swappable traits implementation.

   * include/debug/array (array<>::swap): Fix noexcept qualificaton for
   zero-size array.

   Tested under Linux x86_64 debug mode.

OK for trunk, thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]