Skip to content

Commit b660805

Browse files
burblebeetkoeppe
authored andcommitted
LWG3781 The exposition-only alias templates cont-key-type and cont-mapped-type should be removed
1 parent fc94532 commit b660805

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

source/containers.tex

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13158,18 +13158,6 @@
1315813158
defined in \ref{associative.general}
1315913159
may appear in deduction guides for container adaptors.
1316013160

13161-
\pnum
13162-
The following exposition-only alias templates may appear in deduction guides
13163-
for container adaptors:
13164-
\begin{codeblock}
13165-
template<class Container>
13166-
using @\exposid{cont-key-type}@ = // \expos
13167-
remove_const_t<typename Container::value_type::first_type>;
13168-
template<class Container>
13169-
using @\exposid{cont-mapped-type}@ = // \expos
13170-
typename Container::value_type::second_type;
13171-
\end{codeblock}
13172-
1317313161
\rSec2[queue.syn]{Header \tcode{<queue>} synopsis}
1317413162

1317513163
\indexheader{queue}

0 commit comments

Comments
 (0)