message for grading TA
This commit is contained in:
parent
12d0c45322
commit
099905897e
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
||||||
std::cerr << msg << std::endl; \
|
std::cerr << msg << std::endl; \
|
||||||
assert(false);
|
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 {
|
namespace cs440 {
|
||||||
using counter = std::atomic<std::size_t>;
|
using counter = std::atomic<std::size_t>;
|
||||||
template <typename T> struct Base {
|
template <typename T> struct Base {
|
||||||
|
|
Loading…
Reference in a new issue