Remove Nz::String and Nz::StringStream

This commit is contained in:
Jérôme Leclercq
2020-09-25 19:31:01 +02:00
parent d665af1f9d
commit 2b6a463a45
212 changed files with 1877 additions and 8721 deletions

View File

@@ -11,6 +11,7 @@
#include <Nazara/Core/HandledObject.hpp>
#include <memory>
#include <ostream>
#include <string>
namespace Nz
{
@@ -36,7 +37,7 @@ namespace Nz
ObjectHandle& Swap(ObjectHandle& handle);
Nz::String ToString() const;
std::string ToString() const;
explicit operator bool() const;
operator T*() const;