From 5a8faf189d93be5418d773be6d7356ffd988cfaa Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Thu, 9 Feb 2023 20:29:27 -0800 Subject: [PATCH] Allocation base not needed for normal exceptions --- Exception.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Exception.h b/Exception.h index 2057fa0..b73150e 100644 --- a/Exception.h +++ b/Exception.h @@ -383,8 +383,7 @@ namespace Alepha::Hydrogen { class Undergird : virtual public Kind, virtual protected GenericExceptionBridge< std::exception >, - virtual protected MessageStorage, virtual protected AllocationAmountStorage, - virtual public std::exception + virtual protected MessageStorage, virtual public std::exception {}; class Exception