We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203bc12 commit b1aadd3Copy full SHA for b1aadd3
test/third_party/poppler/cpp/poppler-global.h
@@ -79,7 +79,7 @@ typedef unsigned int /* time_t */ time_type;
79
#pragma warning(push)
80
#pragma warning(disable: 4251) /* class 'A' needs to have dll interface for to be used by clients of class 'B'. */
81
#endif
82
-class POPPLER_CPP_EXPORT ustring : public std::basic_string<unsigned short>
+class POPPLER_CPP_EXPORT ustring : public std::basic_string<char16_t>
83
{
84
public:
85
ustring();
0 commit comments