We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c40abe commit 4f945faCopy full SHA for 4f945fa
xml/issue4365.xml
@@ -1,7 +1,7 @@
1
<?xml version='1.0' encoding='utf-8' standalone='no'?>
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
4
-<issue num="4365" status="New">
+<issue num="4365" status="LEWG">
5
<title>`boyer_moore_searcher` and `boyer_moore_horspool_searcher` should be `constexpr`-friendly</title>
6
<section>
7
<sref ref="[func.search.bm]"/><sref ref="[func.search.bmh]"/>
@@ -27,6 +27,8 @@ Not to mention that library implementations usually simply use arrays instead of
27
hash tables for the common string case because characters only have 256 values,
28
so `unordered_map` is not actually used.
29
</p>
30
+
31
+<note>2022-10-21 Reflector poll; Status changed: New → LEWG.</note>
32
</discussion>
33
34
<resolution>
0 commit comments