Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid
boost::optional::has_value()
in tests. (#1455)
Use casting to `bool` instead. There is `has_value()` in the boost 1.69 listed as a dependency. On the other hand there are CI nodes with boost 1.65 without it. So there are no reasons to decrease compatibility. Relates-To: OLPEDGE-2845 Signed-off-by: Rustam Gamidov <[email protected]>
- Loading branch information