Network: Replace some String by std::string
This commit is contained in:
@@ -199,7 +199,6 @@ namespace Nz
|
||||
* \param out The stream
|
||||
* \param address The address to output
|
||||
*/
|
||||
|
||||
inline std::ostream& operator<<(std::ostream& out, const IpAddress& address)
|
||||
{
|
||||
out << "IpAddress(" << address.ToString() << ')';
|
||||
|
||||
Reference in New Issue
Block a user