diff options
Diffstat (limited to 'compat/prelude.hpp')
-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; } |