We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce1c91 commit 2bc5d87Copy full SHA for 2bc5d87
src/qcstring.h
@@ -92,7 +92,7 @@ inline int qstricmp_sort( const char *str1, const char *str2 )
92
93
int qstrnicmp( const char *str1, const char *str2, size_t len );
94
95
-using JavaCCString = std::basic_string<unsigned char>;
+using JavaCCString = std::basic_string<JAVACC_CHAR_TYPE>;
96
97
/** This is an alternative implementation of QCString. It provides basically
98
* the same functions but uses std::string as the underlying string type
0 commit comments