File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' standalone =' no' ?>
22<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33
4- <issue num =" 4365" status =" New " >
4+ <issue num =" 4365" status =" LEWG " >
55<title >`boyer_moore_searcher` and `boyer_moore_horspool_searcher` should be `constexpr`-friendly</title >
66<section >
77<sref ref =" [func.search.bm]" /><sref ref =" [func.search.bmh]" />
88</section >
99<submitter >Hewill Kang</submitter >
1010<date >03 Sep 2025</date >
11- <priority >99 </priority >
11+ <priority >4 </priority >
1212
1313<discussion >
1414<p >
@@ -27,6 +27,8 @@ Not to mention that library implementations usually simply use arrays instead of
2727hash tables for the common string case because characters only have 256 values,
2828so `unordered_map` is not actually used.
2929</p >
30+
31+ <note >2025-10-21 Reflector poll; Status changed: New → LEWG and priority set to P4.</note >
3032</discussion >
3133
3234<resolution >
You can’t perform that action at this time.
0 commit comments