Opened 7 years ago

Closed 7 years ago

#11811 closed Bugs (fixed)

Is_nothrow_move_constructible fails on mngw

Reported by: akrzemi1@… Owned by: John Maddock
Milestone: To Be Determined Component: type_traits
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

Change History (3)

comment:1 by anonymous, 7 years ago

My suspicion is that GCC-4.6 is too old to give a decent answer in these cases, but I'll investigate.

comment:2 by akrzemi1, 7 years ago

I mean, it is fine, if it just returns false in GCC 4.6.

comment:3 by John Maddock, 7 years ago

Resolution: fixed
Status: newclosed

This should be fixed in https://github.com/boostorg/type_traits/commit/bc8a92c7b6ff76fa42d23f49f60d743f95d15798.

The change causes some runtime failures, but in the "safe" direction - not spotting things which are noexcept.

Note: See TracTickets for help on using tickets.