diff options
-rw-r--r-- | asl/tests/meta_tests.cpp | 2 | ||||
-rw-r--r-- | todo.txt | 2 |
2 files changed, 3 insertions, 1 deletions
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<int>(5); - + wants_int(asl::deref<int>(5)); wants_int(asl::deref<int>(a)); wants_int(asl::deref<int>(&a)); @@ -1 +1,3 @@ warning compare with 0 in format_float.cpp +rename log to logging +split asl into multiple sublibraries |