Skip to content

Status: offer an `IsSuccess` method

Ben Boeckel requested to merge ben.boeckel/kwsys:status-bool-extraction into master

This method makes usage much easier to read than prepending with !! or static_cast<bool> to extract a boolean from the structure.

Edited by Brad King

Merge request reports