public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/103807] New: Unable to make template class instance with default parameter of lambda::function
@ 2021-12-22 14:17 fchelnokov at gmail dot com
  2021-12-22 14:23 ` [Bug c++/103807] " pinskia at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: fchelnokov at gmail dot com @ 2021-12-22 14:17 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103807
           Summary: Unable to make template class instance with default
                    parameter of lambda::function
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fchelnokov at gmail dot com
  Target Milestone: ---

Below code:
```
template <auto x = +[]{}>
struct A {};

int main() {
    [[maybe_unused]] A x;
}
```
is accepted by Clang and MSVC.

But GCC prints the error:
```
error: class template argument deduction failed:
    5 |     [[maybe_unused]] A x;
      |                        ^
<source>:5:24: error: no matching function for call to 'A()'
```
Demo: https://gcc.godbolt.org/z/4azGT5fso

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

end of thread, other threads:[~2024-04-13 20:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-22 14:17 [Bug c++/103807] New: Unable to make template class instance with default parameter of lambda::function fchelnokov at gmail dot com
2021-12-22 14:23 ` [Bug c++/103807] " pinskia at gcc dot gnu.org
2021-12-22 15:21 ` pinskia at gcc dot gnu.org
2023-05-11 14:38 ` cvs-commit at gcc dot gnu.org
2023-05-11 14:39 ` ppalka at gcc dot gnu.org
2023-05-12 15:08 ` cvs-commit at gcc dot gnu.org
2023-05-12 15:25 ` ppalka at gcc dot gnu.org
2024-04-13 20:46 ` pinskia 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).