2
0
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:
Dave Abrahams
2006-09-18 02:59:31 +00:00
parent 0806e89964
commit cee8e07046

View File

@@ -47,7 +47,8 @@ enum operator_id
op_ixor,
op_ior,
op_complex,
op_nonzero
op_nonzero,
op_repr
};
}}} // namespace boost::python::detail