Hi,

just compiled oiio and got an error in the file psdinput.cpp line 392:

return m_file;

VisualStudio 2013 refuses to convert the std::ifstream to a bool value.
I can modify it to m_file.good() or force it with a cast to bool but I perfer not to modify the original code if possible.
Is there another solution without modifying the source code itself?

haggi

_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to