public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/102270] New: std::tuple<>::swap missing constexpr specifier
@ 2021-09-10  8:10 hewillk at gmail dot com
  2021-09-10  8:26 ` [Bug libstdc++/102270] " hewillk at gmail dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: hewillk at gmail dot com @ 2021-09-10  8:10 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102270
           Summary: std::tuple<>::swap missing constexpr specifier
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

#include <tuple>

constexpr bool b = [] {
  std::tuple<> x, y;
  x.swap(y);
  return true;
}();

https://godbolt.org/z/Gac17hjen

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

end of thread, other threads:[~2021-11-26 16:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10  8:10 [Bug libstdc++/102270] New: std::tuple<>::swap missing constexpr specifier hewillk at gmail dot com
2021-09-10  8:26 ` [Bug libstdc++/102270] " hewillk at gmail dot com
2021-09-10  8:35 ` redi at gcc dot gnu.org
2021-09-10 15:37 ` hewillk at gmail dot com
2021-09-16 22:07 ` cvs-commit at gcc dot gnu.org
2021-09-16 22:11 ` redi at gcc dot gnu.org
2021-09-17  1:39 ` hewillk at gmail dot com
2021-09-17 19:45 ` cvs-commit at gcc dot gnu.org
2021-09-18 15:04 ` redi at gcc dot gnu.org
2021-10-12 10:58 ` cvs-commit at gcc dot gnu.org
2021-10-12 10:58 ` cvs-commit at gcc dot gnu.org
2021-11-26 16:34 ` cvs-commit at gcc dot gnu.org
2021-11-26 16:44 ` 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).