2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

Fix bug with unneccessary and wrongly-placed explicit instantiation thanks to

Ralf W. Grosse-Kunstleve <rwgk@cci.lbl.gov>


[SVN r8156]
This commit is contained in:
Dave Abrahams
2000-11-06 20:39:07 +00:00
parent 84914ba405
commit 4c4de52ffa

View File

@@ -636,8 +636,6 @@ const Record* get_record()
return &v;
}
template class py::ExtensionClass<Record>; // explicitly instantiate
} // namespace extclass_demo
#ifndef PY_NO_INLINE_FRIENDS_IN_NAMESPACE