Skip to content

Commit 94a91b6

Browse files
jensmaurerzygoloid
authored andcommitted
LWG2970 Return type of std::visit misspecified
1 parent b1393ed commit 94a91b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4868,7 +4868,7 @@
48684868
\pnum
48694869
\returns $e(\tcode{m})$, where \tcode{m} is the pack for which
48704870
$\tcode{m}_i$ is \tcode{vars$_i$.index()} for
4871-
all $0 \leq i < n$. The return type is the type of $e(\tcode{m})$.
4871+
all $0 \leq i < n$. The return type is $\tcode{decltype(}e(\tcode{m})\tcode{)}$.
48724872

48734873
\pnum
48744874
\throws

0 commit comments

Comments
 (0)