I created new patches which is a series, but I couldn't figure out how
to associate them with this email and another email. Please disregard
this email.
On Sun, Mar 19, 2023 at 1:19 PM Ken Matsui wrote:
>
> * cp-trait.def (names_builtin_p): Define __is_reference.
>
> This changelog should be the
* cp-trait.def (names_builtin_p): Define __is_reference.
This changelog should be the following.
* cp-trait.def: Define __is_reference.
I am sorry for the confusion.
On Sat, Mar 18, 2023 at 9:07 PM Ken Matsui wrote:
>
> This patch implements built-in trait for std::is_reference.
>
> gcc/cp/Cha
This patch implements built-in trait for std::is_reference.
gcc/cp/ChangeLog:
* cp-trait.def (names_builtin_p): Define __is_reference.
* constraint.cc (diagnose_trait_expr): Handle CPTK_IS_REFERENCE.
* semantics.cc (trait_expr_value): Likewise.
(finish_trait_expr): Likewise.
gcc/testsuite/Change