As make<T> is infallible, it really should not be used anywhere in the Kernel. Instead replace with fallible `new (nothrow)` calls, that will eventually be error-propagated. |
||
|---|---|---|
| .. | ||
| DiskPartition.cpp | ||
| DiskPartition.h | ||
| DiskPartitionMetadata.cpp | ||
| DiskPartitionMetadata.h | ||
| EBRPartitionTable.cpp | ||
| EBRPartitionTable.h | ||
| GUIDPartitionTable.cpp | ||
| GUIDPartitionTable.h | ||
| MBRPartitionTable.cpp | ||
| MBRPartitionTable.h | ||
| PartitionTable.cpp | ||
| PartitionTable.h | ||