From b3f2336e1b8f4410515344feb73d992d854c8282 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 26 Jan 2025 22:35:47 +0100 Subject: Implement logging --- asl/assert.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asl/assert.hpp') diff --git a/asl/assert.hpp b/asl/assert.hpp index 7a3ae00..608a44f 100644 --- a/asl/assert.hpp +++ b/asl/assert.hpp @@ -6,7 +6,7 @@ namespace asl { -void report_assert_failure( const char* msg, const source_location& sl = source_location{}); +void report_assert_failure(const char* msg, const source_location& sl = source_location{}); } // namespace asl -- cgit