Skip to content

Commit 5c1ebe9

Browse files
authored
[basic.string.hash] Index hash specializations of basic_string aliases (#8571)
1 parent b11da8f commit 5c1ebe9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/strings.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5380,6 +5380,11 @@
53805380
\rSec2[basic.string.hash]{Hash support}
53815381

53825382
\indexlibrarymember{hash}{basic_string}%
5383+
\indexlibrarymember{hash}{string}%
5384+
\indexlibrarymember{hash}{u8string}%
5385+
\indexlibrarymember{hash}{u16string}%
5386+
\indexlibrarymember{hash}{u32string}%
5387+
\indexlibrarymember{hash}{wstring}%
53835388
\begin{itemdecl}
53845389
template<class A> struct hash<basic_string<char, char_traits<char>, A>>;
53855390
template<class A> struct hash<basic_string<char8_t, char_traits<char8_t>, A>>;

0 commit comments

Comments
 (0)