Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c++ > #81330

Re: Explicit instantiation of a class with concept'ed methods

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>

Show all headers | View raw


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 | NextPrevious in thread | Find similar | Unroll thread


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