diff options
| author | Li Jin <dragon-fly@qq.com> | 2025-04-09 17:40:13 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2025-04-09 17:40:13 +0800 |
| commit | 9750786a5c03b5ce3ea22b240d1b3cd34990856b (patch) | |
| tree | e495e43245e1bacc86d33142af202613a82a40c1 /src/3rdParty/efsw/String.hpp | |
| parent | 571fb952b99e580a0381f539885f8f175e2ec3b0 (diff) | |
| download | yuescript-9750786a5c03b5ce3ea22b240d1b3cd34990856b.tar.gz yuescript-9750786a5c03b5ce3ea22b240d1b3cd34990856b.tar.bz2 yuescript-9750786a5c03b5ce3ea22b240d1b3cd34990856b.zip | |
Updated efsw. Fixed issue #204.
Diffstat (limited to 'src/3rdParty/efsw/String.hpp')
| -rw-r--r--[-rwxr-xr-x] | src/3rdParty/efsw/String.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/3rdParty/efsw/String.hpp b/src/3rdParty/efsw/String.hpp index 65bce33..b42b945 100755..100644 --- a/src/3rdParty/efsw/String.hpp +++ b/src/3rdParty/efsw/String.hpp | |||
| @@ -11,7 +11,6 @@ | |||
| 11 | #include <cstdlib> | 11 | #include <cstdlib> |
| 12 | #include <cstring> | 12 | #include <cstring> |
| 13 | #include <efsw/base.hpp> | 13 | #include <efsw/base.hpp> |
| 14 | #include <fstream> | ||
| 15 | #include <iostream> | 14 | #include <iostream> |
| 16 | #include <locale> | 15 | #include <locale> |
| 17 | #include <sstream> | 16 | #include <sstream> |
| @@ -24,7 +23,7 @@ namespace efsw { | |||
| 24 | * **/ | 23 | * **/ |
| 25 | class String { | 24 | class String { |
| 26 | public: | 25 | public: |
| 27 | typedef Uint32 StringBaseType; | 26 | typedef char32_t StringBaseType; |
| 28 | typedef std::basic_string<StringBaseType> StringType; | 27 | typedef std::basic_string<StringBaseType> StringType; |
| 29 | typedef StringType::iterator Iterator; //! Iterator type | 28 | typedef StringType::iterator Iterator; //! Iterator type |
| 30 | typedef StringType::const_iterator ConstIterator; //! Constant iterator type | 29 | typedef StringType::const_iterator ConstIterator; //! Constant iterator type |
