public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/111485] New: Constraint mismatch on template template parameter
@ 2023-09-19 16:50 barry.revzin at gmail dot com
  2023-09-19 17:29 ` [Bug c++/111485] [11/12/13/14 Regression] " ppalka at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: barry.revzin at gmail dot com @ 2023-09-19 16:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111485

            Bug ID: 111485
           Summary: Constraint mismatch on template template parameter
           Product: gcc
           Version: 13.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: barry.revzin at gmail dot com
  Target Milestone: ---

Reduced from StackOverflow (https://stackoverflow.com/q/77136297/2069064):

template <typename T> constexpr bool regular = true;

template <typename T> concept C = regular<T>;

template<template<C> typename T> struct example { };
template<template<C> typename T> using example_t = example<T>;

gcc 13.2 rejects with:

<source>:6:61: error: constraint mismatch at argument 1 in template parameter
list for 'template<template<class> class requires  C< <template-parameter-2-1>
> T> struct example'
    6 | template<template<C> typename T> using example_t = example<T>;
      |                                                             ^
<source>:6:61: note:   expected 'template<class> class requires  C<
<template-parameter-2-1> > T' but got 'template<class> class requires  C<
<template-parameter-2-1> > T'

But this should be fine. Clang and MSVC accept. "

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-01-02 17:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-19 16:50 [Bug c++/111485] New: Constraint mismatch on template template parameter barry.revzin at gmail dot com
2023-09-19 17:29 ` [Bug c++/111485] [11/12/13/14 Regression] " ppalka at gcc dot gnu.org
2023-09-22 10:26 ` cvs-commit at gcc dot gnu.org
2023-09-24 18:42 ` cvs-commit at gcc dot gnu.org
2023-12-24 15:11 ` [Bug c++/111485] [11/12 " cvs-commit at gcc dot gnu.org
2023-12-24 15:12 ` cvs-commit at gcc dot gnu.org
2024-01-02 17:59 ` ppalka at gcc dot gnu.org

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).