*: add "noexcept" to many, many function prototypes
See commit 71f0ed8b74
This commit is contained in:
@@ -40,7 +40,7 @@ Instance::Instance()
|
||||
}
|
||||
|
||||
Partition *
|
||||
Instance::FindPartition(const char *name)
|
||||
Instance::FindPartition(const char *name) noexcept
|
||||
{
|
||||
for (auto &partition : partitions)
|
||||
if (partition.name == name)
|
||||
|
Reference in New Issue
Block a user