diff options
Diffstat (limited to 'asl/logging/logging.hpp')
-rw-r--r-- | asl/logging/logging.hpp | 2 |
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); |