We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfaaa1 commit c1f6b68Copy full SHA for c1f6b68
runtime-common/stdlib/string/ctype-functions.h
@@ -8,6 +8,7 @@
8
9
#include <algorithm>
10
#include <cctype>
11
+#include <cstdint>
12
13
namespace ctype_impl_ {
14
inline bool ctype_impl(const mixed& text, int (*iswhat)(int), bool allow_digits, bool allow_minus) noexcept {
0 commit comments