Skip to content

Commit

Permalink
Update to reflect recent updates in master
Browse files Browse the repository at this point in the history
  • Loading branch information
zwimer committed Oct 10, 2022
1 parent 58f6d36 commit f9cb0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/limitations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ Known Bugs

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

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

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 comments on commit f9cb0bc

Please sign in to comment.