You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Steve Huston <sh...@riverace.com> on 2015/06/23 18:00:24 UTC

C++ client Windows build problem

This error has been showing up since late last week... anyone recognize the change?

C:\qpid\qpid\trunk\cpp\src\qpid\client\Connector.cpp(82): error C2440: 'return' : cannot convert from 'boost::shared_ptr<qpid::framing::ProtocolInitiation>' to 'bool' [C:\qpid\qpid\trunk-build\src\qpidclient.vcxproj]
          No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called

-Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


RE: C++ client Windows build problem

Posted by Steve Huston <sh...@riverace.com>.
Great - thanks, Gordon!

> -----Original Message-----
> From: Gordon Sim [mailto:gsim@redhat.com]
> Sent: Tuesday, June 23, 2015 12:10 PM
> To: dev@qpid.apache.org
> Subject: Re: C++ client Windows build problem
> 
> On 06/23/2015 05:00 PM, Steve Huston wrote:
> > This error has been showing up since late last week... anyone recognize the
> change?
> >
> > C:\qpid\qpid\trunk\cpp\src\qpid\client\Connector.cpp(82): error C2440:
> 'return' : cannot convert from
> 'boost::shared_ptr<qpid::framing::ProtocolInitiation>' to 'bool'
> [C:\qpid\qpid\trunk-build\src\qpidclient.vcxproj]
> >            No user-defined-conversion operator available that can
> > perform this conversion, or the operator cannot be called
> 
> Yes, that was me. Just running tests on a fix, and will then check it in.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org For additional
> commands, e-mail: dev-help@qpid.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: C++ client Windows build problem

Posted by Gordon Sim <gs...@redhat.com>.
On 06/23/2015 05:00 PM, Steve Huston wrote:
> This error has been showing up since late last week... anyone recognize the change?
>
> C:\qpid\qpid\trunk\cpp\src\qpid\client\Connector.cpp(82): error C2440: 'return' : cannot convert from 'boost::shared_ptr<qpid::framing::ProtocolInitiation>' to 'bool' [C:\qpid\qpid\trunk-build\src\qpidclient.vcxproj]
>            No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called

Yes, that was me. Just running tests on a fix, and will then check it in.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org