Loading sll/trunk/error.hh +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ public: friend Error &operator<<(Error &e, const string &s); friend Error &operator>>(Error &e, const string &s); friend Error &operator<<(Error &e, int val); protected: sstream msg_; int val_; Loading Loading
sll/trunk/error.hh +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ public: friend Error &operator<<(Error &e, const string &s); friend Error &operator>>(Error &e, const string &s); friend Error &operator<<(Error &e, int val); protected: sstream msg_; int val_; Loading