diff options
Diffstat (limited to 'asl/assert.hpp')
-rw-r--r-- | asl/assert.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |