From 9b0b40e0b0d511fcdedd7596a464242dedc68d99 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 16 Dec 2015 11:34:39 +0100 Subject: [PATCH] add converter for nullptr_t --- include/pybind11/cast.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pybind11/cast.h b/include/pybind11/cast.h index 145bc2b30..c9c0f36f2 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: