diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-08-18 02:14:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-08-18 02:14:44 +0200 |
commit | 5770c36a34d4b1fbbd3e4d7802565bc59819227e (patch) | |
tree | da90d4049aa25d8c526691be41944ca20329e2c1 /compat | |
parent | 873b8044448d913be6b9a7839ad33d438fe1074d (diff) |
compat/prelude: cleanup
Diffstat (limited to 'compat')
-rw-r--r-- | compat/prelude.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/prelude.hpp b/compat/prelude.hpp index 8b289ec1..cff22eca 100644 --- a/compat/prelude.hpp +++ b/compat/prelude.hpp @@ -44,6 +44,4 @@ namespace floormat { using Debug [[maybe_unused]] = ::Corrade::Utility::Debug; using Error [[maybe_unused]] = ::Corrade::Utility::Error; namespace Path = Corrade::Utility::Path; // NOLINT(misc-unused-alias-decls) - consteval auto operator""_uz(unsigned long long int x) { return size_t(x); } } // namespace floormat -namespace nlohmann { using ::floormat::operator""_uz; } |