summaryrefslogtreecommitdiff
path: root/asl/logging/logging.hpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-12 00:37:23 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-12 22:32:38 +0100
commitcbade33906dc0d090d5dba6231fb48e359afff95 (patch)
tree391399754e43332fa7bde336255dd17d83683228 /asl/logging/logging.hpp
parentc8b73031d8a9f7770410c9d0e6da5b230e501e85 (diff)
Some more shit
Diffstat (limited to 'asl/logging/logging.hpp')
-rw-r--r--asl/logging/logging.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/logging/logging.hpp b/asl/logging/logging.hpp
index 9c74b31..9774927 100644
--- a/asl/logging/logging.hpp
+++ b/asl/logging/logging.hpp
@@ -78,7 +78,7 @@ void log(level l, const source_location& sl, string_view fmt, const Args&... arg
}
else
{
- format_internals::type_erased_arg type_erased_args[] = {
+ const format_internals::type_erased_arg type_erased_args[] = {
format_internals::type_erased_arg(args)...
};
log_inner(l, fmt, type_erased_args, sl);