diff --git a/modules/debug/public/assertions.hpp b/modules/debug/public/assertions.hpp index bb55f79..62a2d15 100644 --- a/modules/debug/public/assertions.hpp +++ b/modules/debug/public/assertions.hpp @@ -10,7 +10,7 @@ template struct ensure { ensure( - Expression_T expression, + const Expression_T &expression, std::format_string fmt, Args_T &&...args, const std::source_location &location = std::source_location::current()