Skip to content
Snippets Groups Projects
Commit 2f9831c0 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed useless friend specifier from String

parent 1e8cc4b7
No related branches found
No related tags found
1 merge request!17Fixes in String
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment