Add todo & fix line endings

This commit is contained in:
2025-02-12 00:41:25 +01:00
parent 4a61012be7
commit e297b4182b
2 changed files with 3 additions and 1 deletions

View File

@ -267,7 +267,7 @@ ASL_TEST(deref)
{
int a = 4;
auto b = asl::make_box<int>(5);
wants_int(asl::deref<int>(5));
wants_int(asl::deref<int>(a));
wants_int(asl::deref<int>(&a));

View File

@ -1 +1,3 @@
warning compare with 0 in format_float.cpp
rename log to logging
split asl into multiple sublibraries