diff options
Diffstat (limited to 'compat/integer-types.hpp')
-rw-r--r-- | compat/integer-types.hpp | 6 |
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; |