Boost logo

Boost :

Subject: Re: [boost] [chrono] [dependence of common_type on Boost.TypeOf]
From: Stewart, Robert (Robert.Stewart_at_[hidden])
Date: 2010-08-16 07:22:06


vicente.botet wrote:
> Adam Merz wrote:
>
> > Or, if you make the aforementioned pointer changes, you get
> > the even more confusing:
> >
> > 1>error C2446: ':' : no conversion from 'Baz *' to 'Foo *'
> > 1> Types pointed to are unrelated; conversion requires
> reinterpret_cast,
> > 1> C-style cast or function-style cast
> > 1> see reference to class template instantiation
> 'common_type2<T1,T2>' being
> > 1> compiled
> > 1> with
> > 1> [
> > 1> T1=Foo,
> > 1> T2=Baz
> > 1> ]
> > 1>error C2070: ''unknown-type'': illegal sizeof operand
>
> I find the message no so confusing: "Types pointed to are
> unrelated; conversion requires reinterpret_cast, C-style
> cast or function-style cast" and common_type2<T1,T2> appears
> also in the message.

One issue is that the user may have written nothing in terms of Baz * or Foo *. The use of pointers in this context is an implementation detail.

_____
Rob Stewart robert.stewart_at_[hidden]
Software Engineer, Core Software using std::disclaimer;
Susquehanna International Group, LLP http://www.sig.com

IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk