[PATCH] libstdc++/89130 and libstdc++/89090 fixes for vector relocation
Jonathan Wakely
jwakely@redhat.com
Tue Feb 5 14:54:00 GMT 2019
On 05/02/19 14:45 +0000, Jonathan Wakely wrote:
>This fixes two PRs, one trivial (don't use C++17 features in C++11
>mode) and one more serious (don't require MoveInsertable when we
>should only need CopyInsertable).
>
>It would be nice to rely on if-constexpr in C++11 mode, but it causes
>clang warnings, complicates testcase bisection/reduction, and causes
>users to file bogus bug reports. So let's just avoid it.
Oh, and the test change can be reverted now that types with deleted
moves work again.
Tested x86_64-linux, committed to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 1563 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20190205/93263361/attachment.bin>
More information about the Libstdc++
mailing list