Re: VC7.1/8 Explicit templated constructor invoked instead of copy ctor
- From: "Cholo Lennon" <chololennon@xxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 11:31:35 -0300
I know you! ;-)
You are one of the boost guys (In my work, our base libraries are largely based in boost). BTW.. are you working in regression tests
for boost 1.34 ?
Best regards vecino...
--
Cholo Lennon
Bs.As.
ARG
"Fernando Cacciola" <fernando_cacciola@xxxxxxxxxxx> wrote in message news:#70HD2TRHHA.464@xxxxxxxxxxxxxxxxxxxxxxx
Hi Cholo Lennon,
You're right, VC8 is having problems with template and explicitThanks for confirming it.
keyword (I've tried your sample with C++ Builder 6 (at this time an
old compiler) and Comeau online compiler, both compile successfully).
At the moment I don't see a workaround better than defining a copy
ctor in 'derived' (using static_cast to force the use of correct
ctor). I must say that I tried some workarround using another base
class, metaprogramming, etc, but without success. Another compiler
bug to notify....
Fortunately the workaround is viable in our real code base.
--
Cholo Lennon
Bs.As.
ARG
Bs. As., ARG?? Me too!
Slowly we're getting momentum in these english-speaking newsgroups ;)
Fernando
.
- Follow-Ups:
- Re: VC7.1/8 Explicit templated constructor invoked instead of copy ctor
- From: Fernando Cacciola
- Re: VC7.1/8 Explicit templated constructor invoked instead of copy ctor
- References:
- VC7.1/8 Explicit templated constructor invoked instead of copy ctor
- From: Fernando Cacciola
- Re: VC7.1/8 Explicit templated constructor invoked instead of copy ctor
- From: Cholo Lennon
- Re: VC7.1/8 Explicit templated constructor invoked instead of copy ctor
- From: Fernando Cacciola
- VC7.1/8 Explicit templated constructor invoked instead of copy ctor
- Prev by Date: Re: host application does not have debug info...
- Next by Date: Re: host application does not have debug info...
- Previous by thread: Re: VC7.1/8 Explicit templated constructor invoked instead of copy ctor
- Next by thread: Re: VC7.1/8 Explicit templated constructor invoked instead of copy ctor
- Index(es):
Relevant Pages
|