public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/49045] New: [C++0x] unexpected "different exception specifier" error with noexcept
@ 2011-05-18 15:58 paolo.carlini at oracle dot com
  2011-05-18 15:35 ` [Bug c++/49045] " paolo.carlini at oracle dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-05-18 15:58 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [C++0x] unexpected "different exception specifier"
                    error with noexcept
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: paolo.carlini@oracle.com


Hi. I'm seeing an error for this snippet which I cannot understand:

template<typename _Tp> 
  void 
  swap(_Tp&, _Tp&);

template<typename _Tp, __SIZE_TYPE__ _Nm>
  void
  swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm])
  noexcept(noexcept(swap(*__a, *__b)));

template<typename _Tp, __SIZE_TYPE__ _Nm>
  void
  swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm])
  noexcept(noexcept(swap(*__a, *__b)))
  { }


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-08-25  5:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-18 15:58 [Bug c++/49045] New: [C++0x] unexpected "different exception specifier" error with noexcept paolo.carlini at oracle dot com
2011-05-18 15:35 ` [Bug c++/49045] " paolo.carlini at oracle dot com
2011-05-18 18:23 ` jason at gcc dot gnu.org
2011-05-18 18:25 ` paolo.carlini at oracle dot com
2011-05-18 18:42 ` jason at gcc dot gnu.org
2011-05-18 18:47 ` jason at gcc dot gnu.org
2011-05-18 18:52 ` daniel.kruegler at googlemail dot com
2011-05-18 19:55 ` paolo.carlini at oracle dot com
2011-05-20 23:05 ` jason at gcc dot gnu.org
2011-08-23 15:54 ` jason at gcc dot gnu.org
2011-08-23 16:32 ` jason at gcc dot gnu.org
2011-08-23 16:42 ` paolo.carlini at oracle dot com
2011-08-25  6:51 ` jason at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).