diff --git a/include/pybind11/common.h b/include/pybind11/common.h index 31306d4b3..3cefa93a9 100644 --- a/include/pybind11/common.h +++ b/include/pybind11/common.h @@ -257,11 +257,6 @@ template struct is_copy_constructible { static const bool value = std::is_same(nullptr))>::value; }; -template class Template> -struct is_specialization_of : std::false_type {}; -template