public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely.gcc@gmail.com>
To: Nikolas Klauser <nikolasklauser@berlin.de>
Cc: Jakub Jelinek <jakub@redhat.com>,
	Jason Merrill <jason@redhat.com>,
	gcc@gcc.gnu.org,  Louis Dionne <ldionne.2@gmail.com>,
	Mark de Wever <koraq@xs4all.nl>,
	aaron@aaronballman.com,  "libstdc++" <libstdc++@gcc.gnu.org>
Subject: Re: GCC support for extensions from later standards
Date: Tue, 8 Aug 2023 17:07:45 +0100	[thread overview]
Message-ID: <CAH6eHdT=wGYzfmiUOB4frcgDs=fom94CSo0wN+LQ6oLwGnupOQ@mail.gmail.com> (raw)
In-Reply-To: <949026CD-7150-4281-9C28-4485C81C62F7@berlin.de>

On Tue, 8 Aug 2023 at 17:04, Nikolas Klauser wrote:
>
> Luckily most of these aren’t problems for libc++. We only support the latest GCC. We can only use `if constexpr` in C++11, but that is already a win I think.

Can you use it in C++11 though? The body of a constexpr function must
be a single return statement, so if-constexpr isn't allowed.

You can use it in C++14 though.

  reply	other threads:[~2023-08-08 16:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3A4C9996-750B-4E3F-8F30-E3DA4366C7B5@berlin.de>
2023-08-06 19:19 ` Jason Merrill
2023-08-06 19:43   ` Jonathan Wakely
2023-08-07 13:04     ` Jonathan Wakely
2023-08-08  8:55       ` Jonathan Wakely
2023-08-08  3:03   ` Nikolas Klauser
2023-08-08  7:33     ` Jakub Jelinek
2023-08-08 16:03       ` Nikolas Klauser
2023-08-08 16:07         ` Jonathan Wakely [this message]
2023-08-08 16:10           ` Jonathan Wakely
2023-08-08 16:33             ` Nikolas Klauser

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='CAH6eHdT=wGYzfmiUOB4frcgDs=fom94CSo0wN+LQ6oLwGnupOQ@mail.gmail.com' \
    --to=jwakely.gcc@gmail.com \
    --cc=aaron@aaronballman.com \
    --cc=gcc@gcc.gnu.org \
    --cc=jakub@redhat.com \
    --cc=jason@redhat.com \
    --cc=koraq@xs4all.nl \
    --cc=ldionne.2@gmail.com \
    --cc=libstdc++@gcc.gnu.org \
    --cc=nikolasklauser@berlin.de \
    /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).