diff --git a/asl/tests/meta_tests.cpp b/asl/tests/meta_tests.cpp index 5026327..b015eb6 100644 --- a/asl/tests/meta_tests.cpp +++ b/asl/tests/meta_tests.cpp @@ -267,7 +267,7 @@ ASL_TEST(deref) { int a = 4; auto b = asl::make_box(5); - + wants_int(asl::deref(5)); wants_int(asl::deref(a)); wants_int(asl::deref(&a)); diff --git a/todo.txt b/todo.txt index 2c010fa..f9a36ff 100644 --- a/todo.txt +++ b/todo.txt @@ -1 +1,3 @@ warning compare with 0 in format_float.cpp +rename log to logging +split asl into multiple sublibraries