public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Stephan Bergmann <sbergman@redhat.com>
To: libstdc++@gcc.gnu.org
Cc: Jonathan Wakely <jwakely@redhat.com>, gcc-patches@gcc.gnu.org
Subject: Re: [PATCH] libstdc++: Make chrono::hh_mm_ss more compact
Date: Mon, 12 Dec 2022 08:10:39 +0100	[thread overview]
Message-ID: <39dc640b-e46d-8694-8056-7792127a97c8@redhat.com> (raw)
In-Reply-To: <20221121204341.2024118-1-jwakely@redhat.com>

On 11/21/22 21:43, Jonathan Wakely via Libstdc++ wrote:
> +	static constexpr bool __is_unsigned
> +	  = __and_v<is_integral<typename _Duration::rep>,
> +		    is_unsigned<typename _Duration::rep>>;

Using `__is_unsigned` as an identifier here causes compilation issues 
with Clang, which predefines that as a builtin predicate.


  parent reply	other threads:[~2022-12-12  7:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-21 20:43 Jonathan Wakely
2022-12-06 21:40 ` Jonathan Wakely
2022-12-12  7:10 ` Stephan Bergmann [this message]
2022-12-12 11:18   ` Jonathan Wakely
2022-12-12 14:06     ` Jonathan Wakely
2022-12-12 16:30     ` Stephan Bergmann

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=39dc640b-e46d-8694-8056-7792127a97c8@redhat.com \
    --to=sbergman@redhat.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).