Skip to content

Account for friend decorator in operators.

Joe Snyder requested to merge joe-snyder/autopybind11:friend_operators into master

First, find operators that do not have the same parent as the target function. Then when writing the operators, use a special formatting (lambda) to properly add the friend operator.

See https://github.com/josephsnyder/drake-external-examples/issues/3 for additional information.

Closes #130 (closed)

Edited by Joe Snyder

Merge request reports