Commit 5f193e20 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Make gcc happy

parent b2d50bd6
......@@ -108,7 +108,7 @@ void BoxedCode::dealloc(Box* b) noexcept {
Py_XDECREF(o->name);
Py_XDECREF(o->_doc);
o->source.~decltype(o->source)();
o->source.std::remove_reference<decltype(o->source)>::type::~type();
o->cls->tp_free(o);
}
......
Markdown is supported
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