From 3afcfbc6a76307b0df68499254a3f04ed462ea7a Mon Sep 17 00:00:00 2001 From: Sahil Jain Date: Tue, 1 Jul 2025 14:01:05 +0530 Subject: [PATCH] Fix compilation error --- FastStack.h | 1 + 1 file changed, 1 insertion(+) diff --git a/FastStack.h b/FastStack.h index d8fb08b..3f8950c 100644 --- a/FastStack.h +++ b/FastStack.h @@ -48,6 +48,7 @@ public: else { fprintf(stderr, "incorrect operand %i\n", i); return nullptr; + } } bool empty() const