GNOME Bugzilla – Bug 748658
C++11 permits only explicit conversion of streams to bool
Last modified: 2015-04-30 15:52:47 UTC
Created attachment 302595 [details] [review] Use good() instead of implicit bool conversion libxml++/io/istreamparserinputbuffer.cc and alike have functions returning stream as bool which is not allowed by MS Visual C++ 2013 in particular. Though I believe it is not Windows specific. There is a good() alternative [1]. A proposed patch is attached. [1] http://www.cplusplus.com/reference/ios/ios/good/
Thanks. Pushed. Please try create a git format-patch next time so I can just "git am" it.