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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user