We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab9121 commit d822f99Copy full SHA for d822f99
include/cxx.h
@@ -438,7 +438,7 @@ class Error final : public std::exception {
438
439
#ifndef CXXBRIDGE1_RUST_ISIZE
440
#define CXXBRIDGE1_RUST_ISIZE
441
-using isize = std::make_signed<std::size_t>::type;
+using isize = intptr_t;
442
#endif // CXXBRIDGE1_RUST_ISIZE
443
444
std::ostream &operator<<(std::ostream &, const String &);
0 commit comments