Skip to content

Commit a41c5c4

Browse files
tomaszkamjwakely
authored andcommitted
Set 4365 to P4/LEWG
1 parent b2256f4 commit a41c5c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

xml/issue4365.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
2727
hash tables for the common string case because characters only have 256 values,
2828
so `unordered_map` is not actually used.
2929
</p>
30+
31+
<note>2025-10-21 Reflector poll; Status changed: New &rarr; LEWG and priority set to P4.</note>
3032
</discussion>
3133

3234
<resolution>

0 commit comments

Comments
 (0)