We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8aa03 commit a064eb2Copy full SHA for a064eb2
src/efsw/String.hpp
@@ -11,7 +11,6 @@
11
#include <cstdlib>
12
#include <cstring>
13
#include <efsw/base.hpp>
14
-#include <fstream>
15
#include <iostream>
16
#include <locale>
17
#include <sstream>
@@ -24,7 +23,7 @@ namespace efsw {
24
23
* **/
25
class String {
26
public:
27
- typedef Uint32 StringBaseType;
+ typedef char32_t StringBaseType;
28
typedef std::basic_string<StringBaseType> StringType;
29
typedef StringType::iterator Iterator; //! Iterator type
30
typedef StringType::const_iterator ConstIterator; //! Constant iterator type
0 commit comments