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++/49107] [C++0x][4.7 Regression] incomplete type regression with std::pair


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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #21 from Jason Merrill <jason at gcc dot gnu.org> 2011-06-14 19:30:25 UTC ---
(In reply to comment #20)
> The patch fixes the example (thanks), but I still have trouble with the
> following

Hmm, looks like I need to delay evaluation of noexcept for implicitly declared
functions, too.


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