Commit a4d0d95e authored by Jason Rhinelander's avatar Jason Rhinelander
Browse files

Make static internals ptr pybind version specific

Under gcc, the `static internals *internals_ptr` is shared across .so's,
which breaks for obvious reasons.

This commit fixes it by moving the static pointer declaration into a
pybind-version-templated function.
parent 731a9f6c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment