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]

[v3 PATCH] Implement 2801, Default-constructibility of unique_ptr.


Tested on Linux-x64.

The issue doesn't have a proposed resolution yet, so we can certainly wait
with this, but I have an inkling that this implementation is what the proposed
resolution must say. :)

2016-12-20  Ville Voutilainen  <ville.voutilainen@gmail.com>

    Implement 2801, Default-constructibility of unique_ptr.
    * include/bits/unique_ptr.h (unique_ptr()): Constrain.
    (unique_ptr(pointer)): Likewise.
    (unique_ptr(nullptr_t)): Likewise.
    (unique_ptr<_Tp[], _Dp>::unique_ptr()): Likewise.
    (unique_ptr<_Tp[], _Dp>::unique_ptr(_Up)): Likewise.
    (unique_ptr<_Tp[], _Dp>::unique_ptr(nullptr_t)): Likewise.
    * testsuite/20_util/unique_ptr/assign/48635_neg.cc: Adjust.
    * testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: Likewise.
    * testsuite/20_util/unique_ptr/cons/default.cc: New.
    * testsuite/20_util/unique_ptr/cons/ptr_deleter_neg.cc: Adjust.

Attachment: lwg2801.diff
Description: Text document


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