Author Topic: The 30 December 2018 build (11543) is out.  (Read 46300 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 30 December 2018 build (11543) is out.
« Reply #60 on: January 23, 2019, 01:12:26 am »
Got it, revision 11548 corrected the issue in all lines but one. Patch is attached.
Fixed in trunk now, thanks!
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.