Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c++ > #81330
| From | Bonita Montero <Bonita.Montero@gmail.com> |
|---|---|
| Newsgroups | comp.lang.c++ |
| Subject | Re: Explicit instantiation of a class with concept'ed methods |
| Date | 2021-09-19 18:03 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <si7mvn$fli$1@dont-email.me> (permalink) |
| References | <si775f$ogi$1@dont-email.me> |
I wrote the same thing on Stack Overflow. C<A>::opB( bool ) and C<B>::opA() shouldn't be instantiated according to the standard. So this is a bug of clang. MSVC has fixed the bug in the latest release.
Back to comp.lang.c++ | Previous | Next — Previous in thread | Find similar | Unroll thread
Explicit instantiation of a class with concept'ed methods Bonita Montero <Bonita.Montero@gmail.com> - 2021-09-19 13:33 +0200 Re: Explicit instantiation of a class with concept'ed methods Bonita Montero <Bonita.Montero@gmail.com> - 2021-09-19 18:03 +0200
csiph-web