Skip to content

Commit

Permalink
Add known bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zwimer committed Oct 8, 2022
1 parent f0c1769 commit 46be8b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/limitations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ Known Bugs
2. The unary ``operator*`` (dereference operator) will currently map to ``__mul__``.

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

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 46be8b1

Please sign in to comment.