mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 09:45:28 +03:00
depth: make constructor explicit
This commit is contained in:
committed by
Matthew Barr
parent
37cb93e60f
commit
cf82924a39
@@ -970,7 +970,7 @@ void RoseSuffixInfo::reset(void) {
|
||||
rdfa.reset();
|
||||
haig.reset();
|
||||
tamarama.reset();
|
||||
dfa_min_width = 0;
|
||||
dfa_min_width = depth(0);
|
||||
dfa_max_width = depth::infinity();
|
||||
}
|
||||
|
||||
@@ -1181,7 +1181,7 @@ void LeftEngInfo::reset(void) {
|
||||
tamarama.reset();
|
||||
lag = 0;
|
||||
leftfix_report = MO_INVALID_IDX;
|
||||
dfa_min_width = 0;
|
||||
dfa_min_width = depth(0);
|
||||
dfa_max_width = depth::infinity();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user