From: Georg Baum Date: Wed, 21 Feb 2007 21:08:26 +0000 (+0000) Subject: Add some FIXMEs because there are some differences to std::stream X-Git-Tag: 1.6.10~10724 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=69da7e8d3a862e4e276f902e2e0b4db6967c9f77;p=features.git Add some FIXMEs because there are some differences to std::stream git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17293 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxlex.h b/src/lyxlex.h index 7f6cc26e02..0c1469a9ee 100644 --- a/src/lyxlex.h +++ b/src/lyxlex.h @@ -61,10 +61,14 @@ public: }; /// stream is open and end of stream is not reached + /// FIXME: Rename to good() since this is the name of the + /// corresponding std::stream method. bool isOK() const; /// stream is ok + /// FIXME: This does not behave like the std::stream counterpart. operator void const *() const; /// stream is not ok + /// FIXME: This does not behave like the std::stream counterpart. bool operator!() const; /// return true if able to open file, else false bool setFile(support::FileName const & filename);