Skip to content

Commit

Permalink
quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 18, 2024
1 parent 4f26b5d commit 334815b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tests/unit/assertion_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#include <set>
#include <string>
#include <vector>
#if LIBASSERT_IS_MSVC
#include <iso646.h>
#endif

using namespace std::literals;

Expand Down Expand Up @@ -840,3 +843,23 @@ TEST(LibassertBasic, Panic) {
)XX"
);
}

// basic assertion failures
// extra diagnostics
// other kinds of assertions...
// assumptions...
// lowercase vs uppercase
// fmt
// optimizations vs no optimizations
// traces
// path name disambiguation
// color codes?
// message logic
// safe comparisons
// magic enum
// todo: unary non-bool
// value forwarding: lifetimes
// value forwarding: lvalue references
// value forwarding: rvalue references
// recursion / recursion folding
// Complex type resolution

0 comments on commit 334815b

Please sign in to comment.