From fec8aac53cf04271a31427fa8cde08215124a916 Mon Sep 17 00:00:00 2001 From: Jaakko Haakana Date: Sat, 26 Jul 2025 16:00:29 +0300 Subject: [PATCH] Try to compile wstring --- test/emul/WString.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/test/emul/WString.h b/test/emul/WString.h index aa49c7d4..3d276163 100644 --- a/test/emul/WString.h +++ b/test/emul/WString.h @@ -1,17 +1,7 @@ #ifndef WSTRING_H #define WSTRING_H -/*#include - -class String : public std::string { -public: - String() : std::string() {} - String(uint32_t val) : std::string(std::to_string(val)) {} - String(double value, unsigned int decimalPlaces) : std::string(std::to_string(value)) {} - String(const char* str) : std::string(str) {} -}; -*/ - +#include #include #include #include