08.07.10, 12:44, "Noel O'Boyle" <baoille...@gmail.com>:

> Hi Chris,
>  
>  According to the dashboard,
>  
>  src/ops/sort.cpp:143: error: no matching function for call to
>  OpenBabel::OBDescriptor::GetIdentifier(std::stringstream)
>  
>  Where there is is GetIdentifier(std::istream& optionText);
>  
>  Is this some inheritance problem with g++? Can a superclass not accept
>  a reference to a subclass? Should the stringstream be casted to an
>  istream? Should GetIdentifier be changed to stringstream also?

stringstream is not istream. Use istringstream

>  
>  - Noel
>  
>  
> ------------------------------------------------------------------------------
>  This SF.net email is sponsored by Sprint
>  What will you do first with EVO, the first 4G phone?
>  Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
>  _______________________________________________
>  OpenBabel-Devel mailing list
>  OpenBabel-Devel@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/openbabel-devel
>  
>  

-- 
Regards,
Konstantin

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to