From 099905897e77476382ac4e5c17fa3461c7eccffd Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 13 Dec 2024 22:48:02 -0500 Subject: [PATCH] message for grading TA --- SharedPtr.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SharedPtr.hpp b/SharedPtr.hpp index 0735f20..323f1d0 100644 --- a/SharedPtr.hpp +++ b/SharedPtr.hpp @@ -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; template struct Base {