Skip to content

Commit 48c0e75

Browse files
jwakelyzygoloid
authored andcommitted
[memory.syn] Add reinterpret_pointer_cast to synopsis
1 parent 0611331 commit 48c0e75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/utilities.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7172,6 +7172,8 @@
71727172
shared_ptr<T> dynamic_pointer_cast(const shared_ptr<U>& r) noexcept;
71737173
template<class T, class U>
71747174
shared_ptr<T> const_pointer_cast(const shared_ptr<U>& r) noexcept;
7175+
template<class T, class U>
7176+
shared_ptr<T> reinterpret_pointer_cast(const shared_ptr<U>& r) noexcept;
71757177

71767178
// \ref{util.smartptr.getdeleter}, \tcode{shared_ptr} \tcode{get_deleter}
71777179
template<class D, class T>

0 commit comments

Comments
 (0)