public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/92101] Class template partial specializations with class NTTP does not work
       [not found] <bug-92101-4@http.gcc.gnu.org/bugzilla/>
@ 2020-05-08 18:48 ` mateusz.pusz at gmail dot com
  2023-11-10 16:21 ` ppalka at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: mateusz.pusz at gmail dot com @ 2020-05-08 18:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Mateusz Pusz <mateusz.pusz at gmail dot com> ---
No, it fails on clang with:

```
<source>:22:10: error: use of class template 'basic_fixed_string' requires
template arguments; argument deduction not allowed in template parameter
template<basic_fixed_string Name, typename...>
         ^~~~~~~~~~~~~~~~~~
```

As I understand, argument deduction for template parameters is allowed and
supported already by gcc.

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

* [Bug c++/92101] Class template partial specializations with class NTTP does not work
       [not found] <bug-92101-4@http.gcc.gnu.org/bugzilla/>
  2020-05-08 18:48 ` [Bug c++/92101] Class template partial specializations with class NTTP does not work mateusz.pusz at gmail dot com
@ 2023-11-10 16:21 ` ppalka at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: ppalka at gcc dot gnu.org @ 2023-11-10 16:21 UTC (permalink / raw)
  To: gcc-bugs

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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |ppalka at gcc dot gnu.org
         Resolution|---                         |DUPLICATE

--- Comment #3 from Patrick Palka <ppalka at gcc dot gnu.org> ---
This appears to be a dup of PR93083 which has since been fixed for GCC >= 10.3.

*** This bug has been marked as a duplicate of bug 93083 ***

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

end of thread, other threads:[~2023-11-10 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-92101-4@http.gcc.gnu.org/bugzilla/>
2020-05-08 18:48 ` [Bug c++/92101] Class template partial specializations with class NTTP does not work mateusz.pusz at gmail dot com
2023-11-10 16:21 ` 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).