mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-14 09:34:46 +00:00
Remove redundant definition
This commit is contained in:
parent
098f9aef73
commit
103d5eadc3
@ -27,7 +27,6 @@ NAMESPACE_BEGIN(pybind11)
|
|||||||
namespace detail {
|
namespace detail {
|
||||||
template <typename type, typename SFINAE = void> struct npy_format_descriptor { };
|
template <typename type, typename SFINAE = void> struct npy_format_descriptor { };
|
||||||
|
|
||||||
object fix_dtype(object);
|
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct is_pod_struct {
|
struct is_pod_struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user