Skip to content

Commit 6d582fb

Browse files
jensmaurerzygoloid
authored andcommitted
[util.smartptr.shared.cast] Add hyphen for 'well-formed'.
Fixes NB JP 007 (C++20 DIS)
1 parent e661f52 commit 6d582fb

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
@@ -10851,7 +10851,7 @@
1085110851
\pnum
1085210852
\mandates
1085310853
The expression \tcode{dynamic_cast<T*>((U*)nullptr)} is well-formed.
10854-
The expression \tcode{dynamic_cast<typename shared_ptr<T>::element_type*>(r.get())} is well formed.
10854+
The expression \tcode{dynamic_cast<typename shared_ptr<T>::element_type*>(r.get())} is well-formed.
1085510855

1085610856
\pnum
1085710857
\expects

0 commit comments

Comments
 (0)