Author Topic: Find Declaration of constructor doesn't work  (Read 36554 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Find Declaration of constructor doesn't work
« Reply #15 on: April 22, 2014, 06:43:52 am »
...
I tested your patch and can confirm it handles both cases as expected.

So I'm ok about committing your entire patch. :)

Hi, Huki, thanks for the test and discussion. Now, the patch is in trunk (r9756).
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.