Please disregard this email.
On Mon, Mar 20, 2023 at 6:26 AM Ken Matsui
wrote:
> Thank you!
>
> On Mon, Mar 20, 2023 at 2:12 AM Jonathan Wakely
> wrote:
>
>> On Mon, 20 Mar 2023 at 08:08, Ken Matsui
>> wrote:
>> >
>> > Ooh... Thank you for pointing that out!
>> >
>> > > The helper doesn't nee
Thank you!
On Mon, Mar 20, 2023 at 2:12 AM Jonathan Wakely
wrote:
> On Mon, 20 Mar 2023 at 08:08, Ken Matsui
> wrote:
> >
> > Ooh... Thank you for pointing that out!
> >
> > > The helper doesn't need to be defined for the case where we don't use
> it.
> >
> > I thought that macroing them out le
On Mon, 20 Mar 2023 at 08:08, Ken Matsui wrote:
>
> Ooh... Thank you for pointing that out!
>
> > The helper doesn't need to be defined for the case where we don't use it.
>
> I thought that macroing them out leads to compiler errors since users
> are possibly using those helpers. But do we not ha
Ooh... Thank you for pointing that out!
> The helper doesn't need to be defined for the case where we don't use it.
I thought that macroing them out leads to compiler errors since users
are possibly using those helpers. But do we not have to care about
that?
---
libstdc++-v3/ChangeLog:
* includ
On Mon, 20 Mar 2023, 07:32 Ken Matsui via Libstdc++,
wrote:
> CCing libstd...@gcc.gnu.org.
>
> On Sun, Mar 19, 2023 at 7:53 PM Ken Matsui
> wrote:
> >
> > libstdc++-v3/ChangeLog:
> >
> > * include/std/type_traits (is_reference): Use __remove_pointer built-in
> trait.
>
The changelog entry says
CCing libstd...@gcc.gnu.org.
On Sun, Mar 19, 2023 at 7:53 PM Ken Matsui wrote:
>
> libstdc++-v3/ChangeLog:
>
> * include/std/type_traits (is_reference): Use __remove_pointer built-in trait.
>
> ---
> diff --git a/libstdc++-v3/include/std/type_traits
> b/libstdc++-v3/include/std/type_traits
> inde
libstdc++-v3/ChangeLog:
* include/std/type_traits (is_reference): Use __remove_pointer built-in trait.
---
diff --git a/libstdc++-v3/include/std/type_traits
b/libstdc++-v3/include/std/type_traits
index 2bd607a8b8f..cba98091aad 100644
--- a/libstdc++-v3/include/std/type_traits
+++ b/libstdc++-v3/i