public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Tim Song <t.canens.cpp@gmail.com>
To: Jonathan Wakely <jwakely@redhat.com>
Cc: "libstdc++" <libstdc++@gcc.gnu.org>,
	gcc-patches <gcc-patches@gcc.gnu.org>
Subject: Re: [committed] libstdc++: Implement monadic operations for std::optional (P0798R8)
Date: Wed, 20 Oct 2021 00:47:30 -0500	[thread overview]
Message-ID: <CAPQZVxvq+fWAarSP3Z6j++-x+SrxtV6R7zKXVPymo3E9seX-4A@mail.gmail.com> (raw)
In-Reply-To: <YW7P11bzNHMNjJP0@redhat.com>

On Tue, Oct 19, 2021 at 9:05 AM Jonathan Wakely via Gcc-patches
<gcc-patches@gcc.gnu.org> wrote:
>
> +constexpr bool
> +test_copy_elision()
> +{
> +  return true;
> +}
> +
> +static_assert( test_copy_elision() );
> +

This isn't much of a test :)

  reply	other threads:[~2021-10-20  5:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-19 14:01 Jonathan Wakely
2021-10-20  5:47 ` Tim Song [this message]
2021-10-20  8:42   ` Jonathan Wakely
2021-10-20 19:22     ` [committed] libstdc++: Add missing test for std::optional::transform(F&&) Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPQZVxvq+fWAarSP3Z6j++-x+SrxtV6R7zKXVPymo3E9seX-4A@mail.gmail.com \
    --to=t.canens.cpp@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jwakely@redhat.com \
    --cc=libstdc++@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).