mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 17:12:22 +00:00
Tru64 cxx compatibility
[SVN r18548]
This commit is contained in:
@@ -254,7 +254,9 @@ void instance_holder::install(PyObject* self) throw()
|
||||
|
||||
namespace objects
|
||||
{
|
||||
extern "C" {
|
||||
static int (*class_setattro_save)(PyObject *obj, PyObject *name, PyObject* value);
|
||||
}
|
||||
|
||||
// Get the metatype object for all extension classes.
|
||||
BOOST_PYTHON_DECL type_handle class_metatype()
|
||||
|
||||
Reference in New Issue
Block a user