diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-05 16:39:22 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-05 16:39:22 +0200 |
commit | 3d89b33c5f01465372f293abd970160f652824ef (patch) | |
tree | ef0790109656f91f9097eb464041dfa73f223439 /compat/defs.hpp | |
parent | 6731ab0243ba437595062558e56b800d5eca9cf5 (diff) |
a
Diffstat (limited to 'compat/defs.hpp')
-rw-r--r-- | compat/defs.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/compat/defs.hpp b/compat/defs.hpp index bde7d7e3..cd2e13cb 100644 --- a/compat/defs.hpp +++ b/compat/defs.hpp @@ -1,13 +1,4 @@ #pragma once -#include <cstddef> -#include <type_traits> - -namespace Magnum::Examples { - -using size_t = std::size_t; -using ssize_t = std::common_type_t<std::ptrdiff_t, std::make_signed_t<std::size_t>>; - -} // namespace Magnum::Examples #ifdef _MSC_VER # define FUNCTION_NAME __FUNCSIG__ |