mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
Checkin missing op_repr definition
[SVN r35153]
This commit is contained in:
@@ -47,7 +47,8 @@ enum operator_id
|
||||
op_ixor,
|
||||
op_ior,
|
||||
op_complex,
|
||||
op_nonzero
|
||||
op_nonzero,
|
||||
op_repr
|
||||
};
|
||||
|
||||
}}} // namespace boost::python::detail
|
||||
|
||||
Reference in New Issue
Block a user