1
0
forked from Alepha/Alepha

Allocation base not needed for normal exceptions

This commit is contained in:
2023-02-09 20:29:27 -08:00
parent 9a944f593b
commit 5a8faf189d

View File

@ -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