Opened 7 years ago
Closed 7 years ago
#11811 closed Bugs (fixed)
Is_nothrow_move_constructible fails on mngw
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | type_traits |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
see the test matrix results:
Rather than giving a true-false answer, it fails to compile.
Change History (3)
comment:1 by , 7 years ago
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
My suspicion is that GCC-4.6 is too old to give a decent answer in these cases, but I'll investigate.