public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/108974] New: std::barrier except completion function which is not manifestly noexcept
@ 2023-02-28 19:23 oliver.rosten at googlemail dot com
  2023-02-28 19:24 ` [Bug libstdc++/108974] " pinskia at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: oliver.rosten at googlemail dot com @ 2023-02-28 19:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108974

            Bug ID: 108974
           Summary: std::barrier except completion function which is not
                    manifestly noexcept
           Product: gcc
           Version: 12.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: oliver.rosten at googlemail dot com
  Target Milestone: ---

std::barrier<std::function<void()>> b{1, [](){}};

is accepted by gcc (and clang).

However, it fails on MSVC - as I think it should - since std::function's call
operator isn't manifestly noexcept.

https://godbolt.org/z/7vfoa1qhn

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

end of thread, other threads:[~2023-03-02  9:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 19:23 [Bug c++/108974] New: std::barrier except completion function which is not manifestly noexcept oliver.rosten at googlemail dot com
2023-02-28 19:24 ` [Bug libstdc++/108974] " pinskia at gcc dot gnu.org
2023-02-28 21:16 ` redi at gcc dot gnu.org
2023-02-28 21:17 ` redi at gcc dot gnu.org
2023-03-02  2:27 ` de34 at live dot cn
2023-03-02  2:38 ` rodgertq at gcc dot gnu.org
2023-03-02  2:43 ` rodgertq at gcc dot gnu.org
2023-03-02  9:58 ` redi 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).