Loading src/TNL/String.h +0 −2 Original line number Diff line number Diff line Loading @@ -263,8 +263,6 @@ class String /// expression based on the success in reading the line. bool getLine( std::istream& stream ); friend std::ostream& operator<<( std::ostream& stream, const String& str ); protected: /// \brief Pointer to char ended with zero byte. Loading Loading
src/TNL/String.h +0 −2 Original line number Diff line number Diff line Loading @@ -263,8 +263,6 @@ class String /// expression based on the success in reading the line. bool getLine( std::istream& stream ); friend std::ostream& operator<<( std::ostream& stream, const String& str ); protected: /// \brief Pointer to char ended with zero byte. Loading