From 37da838ff65b8bd70c80aede9a22b0226eb0f6de Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 23 Nov 2023 19:29:09 +0100 Subject: ccc --- serialize/magnum-vector.hpp | 4 ++-- src/wall-atlas.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/serialize/magnum-vector.hpp b/serialize/magnum-vector.hpp index b98cade5..141bfb04 100644 --- a/serialize/magnum-vector.hpp +++ b/serialize/magnum-vector.hpp @@ -16,7 +16,7 @@ template struct adl_serializer> : adl_seria template<> struct adl_serializer : nlohmann::adl_serializer> {}; template<> struct adl_serializer : nlohmann::adl_serializer> {}; -template<> struct adl_serializer : nlohmann::adl_serializer> {}; -template<> struct adl_serializer : nlohmann::adl_serializer> {}; +template<> struct adl_serializer : nlohmann::adl_serializer> {}; +template<> struct adl_serializer : nlohmann::adl_serializer> {}; } // namespace nlohmann diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index da00cfe1..1c0a920d 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -74,7 +74,7 @@ struct Info }; struct DirArrayIndex { - std::uint8_t val = (uint8_t)-1; + uint8_t val = (uint8_t)-1; operator bool() const { return val != (uint8_t)-1; } bool operator==(const DirArrayIndex&) const noexcept; -- cgit v1.2.3