[Bug libstdc++/77990] unique_ptr<T, D>::unique_ptr(T*) imposes CopyConstructible on the deleter

2016-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77990 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/77990] unique_ptr<T, D>::unique_ptr(T*) imposes CopyConstructible on the deleter

2016-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77990 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Wed Oct 19 10:36:24 2016 New Revision: 241337 URL: https://gcc.gnu.org/viewcvs?rev=241337=gcc=rev Log: PR77990 fix unique_ptr for non-copyable deleters PR libstdc++/77990

[Bug libstdc++/77990] unique_ptr<T, D>::unique_ptr(T*) imposes CopyConstructible on the deleter

2016-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77990 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Wed Oct 19 10:15:27 2016 New Revision: 241333 URL: https://gcc.gnu.org/viewcvs?rev=241333=gcc=rev Log: PR77990 fix unique_ptr for non-copyable deleters PR libstdc++/77990

[Bug libstdc++/77990] unique_ptr<T, D>::unique_ptr(T*) imposes CopyConstructible on the deleter

2016-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77990 --- Comment #1 from Jonathan Wakely --- Author: redi Date: Wed Oct 19 09:34:57 2016 New Revision: 241330 URL: https://gcc.gnu.org/viewcvs?rev=241330=gcc=rev Log: PR77990 refactor unique_ptr to encapsulate tuple PR libstdc++/77990

[Bug libstdc++/77990] unique_ptr<T, D>::unique_ptr(T*) imposes CopyConstructible on the deleter

2016-10-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77990 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|