summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-09-22 17:27:51 +0200
committerTor Egge <Tor.Egge@online.no>2023-09-22 17:27:51 +0200
commit60eb4d43fce41b252f9e16cf951a009f1d64f0ed (patch)
treeacc60025dc9a6881184c4bce106148bdd3bcd409 /vespalib
parent1a6f2eed481c853e94f5c5c688f28476447423ea (diff)
Add prefix_size constructor argument to DfaFuzzyMatcher.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/text/utf8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/text/utf8.h b/vespalib/src/vespa/vespalib/text/utf8.h
index 99e3f8cfe13..489b16b1ed4 100644
--- a/vespalib/src/vespa/vespalib/text/utf8.h
+++ b/vespalib/src/vespa/vespalib/text/utf8.h
@@ -321,6 +321,7 @@ public:
return i;
}
+ const char* get_current_ptr() const noexcept { return _p; }
};