diff --git a/include/pybind11/cast.h b/include/pybind11/cast.h index 145bc2b3..c9c0f36f 100644 --- a/include/pybind11/cast.h +++ b/include/pybind11/cast.h @@ -308,8 +308,8 @@ public: PYBIND11_TYPE_CASTER(void_type, "None"); }; -template <> class type_caster : public type_caster { -}; +template <> class type_caster : public type_caster { }; +template <> class type_caster : public type_caster { }; template <> class type_caster { public: