pmt: Minor changes.

- Add build instruction.
 - Improve function lambdas.
This commit is contained in:
2025-08-29 13:40:03 +03:00
parent 1a9b4ff5ad
commit d19343d644
4 changed files with 6 additions and 6 deletions

View File

@@ -60,8 +60,7 @@ INIT(partitionSizeFunction) {
}
RUN(partitionSizeFunction) {
auto func = [this](std::string partition,
PartitionMap::Map_t::BasicInf props) -> bool {
auto func = [this] COMMON_LAMBDA_PARAMS -> bool {
if (Variables->onLogical && !props.isLogical) {
if (Variables->forceProcess)
LOGN(SFUN, WARNING)