We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055bda9 commit 4dcfd64Copy full SHA for 4dcfd64
src/CellPtr.h
@@ -168,7 +168,7 @@ class CellPtr
168
169
template <typename U,
170
typename std::enable_if<std::is_convertible<typename std::add_pointer<U>::type, pointer>::value, bool>::type = true>
171
- CellPtr(const CxellPtr<U> &o) : m_cb(o.m_cb->Ref()) {}
+ CellPtr(const CellPtr<U> &o) : m_cb(o.m_cb->Ref()) {}
172
173
174
0 commit comments