Author Topic: Single PCH file for building the CodeBlocks_wx31_64.cbp  (Read 15146 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Single PCH file for building the CodeBlocks_wx31_64.cbp
« Reply #30 on: December 24, 2020, 03:51:39 pm »
FYI: I committed all the visibility related patches to our svn trunk now.
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.