From 4c4de52ffadf918b7aa099ce6df3feda335f1bf4 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 6 Nov 2000 20:39:07 +0000 Subject: [PATCH] Fix bug with unneccessary and wrongly-placed explicit instantiation thanks to Ralf W. Grosse-Kunstleve [SVN r8156] --- extclass_demo.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/extclass_demo.cpp b/extclass_demo.cpp index d34b88fb..94062b54 100644 --- a/extclass_demo.cpp +++ b/extclass_demo.cpp @@ -636,8 +636,6 @@ const Record* get_record() return &v; } -template class py::ExtensionClass; // explicitly instantiate - } // namespace extclass_demo #ifndef PY_NO_INLINE_FRIENDS_IN_NAMESPACE