From 512d026de016f2720060d264adec02e56123851d Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Thu, 24 Oct 2024 09:04:35 -0500 Subject: As always, formatting is a pain. --- source/fud_assert.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/fud_assert.cpp') diff --git a/source/fud_assert.cpp b/source/fud_assert.cpp index ccc90a5..8811464 100644 --- a/source/fud_assert.cpp +++ b/source/fud_assert.cpp @@ -10,8 +10,8 @@ namespace fud { -constexpr std::size_t BITS_PER_OCTAL = 3; -constexpr auto MAX_LINE_CHARS = BITS_PER_OCTAL * sizeof(decltype(std::source_location{}.line())) + 3; +// constexpr std::size_t BITS_PER_OCTAL = 3; +// constexpr auto MAX_LINE_CHARS = BITS_PER_OCTAL * sizeof(decltype(std::source_location{}.line())) + 3; [[noreturn]] void assertFail(const char* assertion, const std::source_location sourceLocation) { -- cgit v1.2.3