mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 19:06:39 +03:00
depth: make constructor explicit
This commit is contained in:
committed by
Matthew Barr
parent
37cb93e60f
commit
cf82924a39
@@ -425,8 +425,8 @@ struct OutfixInfo {
|
||||
|
||||
RevAccInfo rev_info;
|
||||
u32 maxBAWidth = 0; //!< max bi-anchored width
|
||||
depth minWidth = depth::infinity();
|
||||
depth maxWidth = 0;
|
||||
depth minWidth{depth::infinity()};
|
||||
depth maxWidth{0};
|
||||
u64a maxOffset = 0;
|
||||
bool in_sbmatcher = false; //!< handled by small-block matcher.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user