Skip to content

Commit f957c8d

Browse files
author
Dawn Perchik
committed
LWG2572 The remarks for shared_ptr::operator* should apply to cv-qualified void as well
1 parent 4aa850b commit f957c8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/utilities.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6076,7 +6076,8 @@
60766076

60776077
\pnum\returns \tcode{*get()}.
60786078

6079-
\pnum\notes When \tcode{T} is \tcode{void}, it is unspecified whether this
6079+
\pnum\notes When \tcode{T} is (possibly \cv-qualified) \tcode{void},
6080+
it is unspecified whether this
60806081
member function is declared. If it is declared, it is unspecified what its
60816082
return type is, except that the declaration (although not necessarily the
60826083
definition) of the function shall be well formed.

0 commit comments

Comments
 (0)