This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54101] Using std::declval for types without a default constructor and with a deleted copy constructor errors.
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 27 Jul 2012 08:05:40 +0000
- Subject: [Bug c++/54101] Using std::declval for types without a default constructor and with a deleted copy constructor errors.
- Auto-submitted: auto-generated
- References: <bug-54101-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54101
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-27 08:05:40 UTC ---
Yes, I was thinking the same thing, PR 53000