Skip to content
Snippets Groups Projects
Commit b0c88dff authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

ENH: treat self-assignment as no-op instead of a Fatal (#1473)

- this can help if using std algorithms that return a const reference
  such as std::min() does.
parent 883752cf
Showing
with 163 additions and 53 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment