From 8dcb1de91e15ff7fc66279cd9cd9ad8a70f624e0 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Tue, 29 Oct 2024 23:16:46 -0500 Subject: u8 string literals --- 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 e16f65e..7838e22 100644 --- a/source/fud_assert.cpp +++ b/source/fud_assert.cpp @@ -18,7 +18,7 @@ #include "fud_assert.hpp" #include "fud_format.hpp" -#include "fud_string.hpp" // DrainResult +#include "fud_drain.hpp" #include "fud_string_view.hpp" #include @@ -64,7 +64,7 @@ void assertFailMessage(const char* assertion, const std::source_location sourceL static_cast(format( sink, FormatCharMode::Unchecked, - "{}:{}:{}: {}\n", + u8"{}:{}:{}: {}\n", fileName, functionName, sourceLocation.line(), -- cgit v1.2.3