You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Single-header C++20 library for compile-time unit tests: write ordinary constexpr functions with expect_eq/expect_true-style assertions, static_assert them, and get the actual failing argument values in the compiler diagnostic — not just a bool.
Static Resource Assert generates a header file containing an API that allows for statically asserting the structure of a directory or the existence of a file.