This is the mail archive of the gcc-bugs@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]

[Bug c++/54101] Using std::declval for types without a default constructor and with a deleted copy constructor errors.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54101

--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> 2012-07-27 06:04:09 UTC ---
I don't think the issue is with declval, this is probably a dup of the PR
saying that ?: has a wrong return type with g++ (can't find the number right
now).


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