message for grading TA

This commit is contained in:
Pagwin 2024-12-13 22:48:02 -05:00
parent 12d0c45322
commit 099905897e
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -9,6 +9,11 @@
std::cerr << msg << std::endl; \
assert(false);
static_assert(false,
"If you see this compiler error that means you're testing my "
"code before I came back to fix the issues with how Derived and "
"Base relate, I intend to submit this late assumming I can");
namespace cs440 {
using counter = std::atomic<std::size_t>;
template <typename T> struct Base {