Skip to content

Commit f9cb0bc

Browse files
committed
Update to reflect recent updates in master
1 parent 58f6d36 commit f9cb0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/limitations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ Known Bugs
8989

9090
2. The unary ``operator*`` (dereference operator) will currently map to ``__mul__``.
9191

92-
3. The division operator ``operator/`` currently maps to ``python2``'s ``__div__``.
92+
3. The division operator ``operator/=`` currently maps to ``python2``'s ``__idiv__``.
9393

9494
4. In ``C++``, if a user defines ``std::ostream& operator<<`` in a namespace distinct from the class definition, it is possible the autogenerated code might not be compilable as it will generate a ``__str__`` function which will use the ``<<`` operator without properly specifing which namespace the operator is in.

0 commit comments

Comments
 (0)