From 5770c36a34d4b1fbbd3e4d7802565bc59819227e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 18 Aug 2023 02:14:44 +0200 Subject: compat/prelude: cleanup --- compat/prelude.hpp | 2 -- 1 file changed, 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; } -- cgit v1.2.3