style: clang-tidy: llvm-namespace-comment
This commit is contained in:
committed by
Henry Schreiner
parent
d65e34d61d
commit
8dc31c7b29
@@ -27,7 +27,8 @@ namespace pybind11 { namespace detail {
|
||||
struct holder_helper<ref<T>> {
|
||||
static const T *get(const ref<T> &p) { return p.get_ptr(); }
|
||||
};
|
||||
}}
|
||||
} // namespace detail
|
||||
} // namespace pybind11
|
||||
|
||||
// The following is not required anymore for std::shared_ptr, but it should compile without error:
|
||||
PYBIND11_DECLARE_HOLDER_TYPE(T, std::shared_ptr<T>);
|
||||
|
||||
Reference in New Issue
Block a user