summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-19 01:20:04 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-19 01:20:04 +0100
commit703c19301f2e93fb59b468bdd635a9cc763fad3f (patch)
tree53ab3d95edc639e6b79203856a4d741ffdbc5f17
parentf3f99d56ad6cd66e74e6958d46a12cc56f584984 (diff)
compat: fix awful typo
-rw-r--r--compat/integer-types.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/integer-types.hpp b/compat/integer-types.hpp
index 0ec707d3..24c0db4a 100644
--- a/compat/integer-types.hpp
+++ b/compat/integer-types.hpp
@@ -43,9 +43,9 @@ typedef __UINTMAX_TYPE__ uintmax_t;
#include <cstddef>
#include <cstdint>
using ::std::size_t;
-using ::std::std::ptrdiff_t;
-using ::std::std::intptr_t;
-using ::std::std::uintptr_t;
+using ::std::ptrdiff_t;
+using ::std::intptr_t;
+using ::std::uintptr_t;
using ::std::int8_t;
using ::std::int16_t;
using ::std::int32_t;