Author Topic: Change to C++17?  (Read 7237 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6234
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Change to C++17?
« Reply #15 on: September 17, 2026, 02:34:38 pm »
I'm OK with C++17.

BTW: about the code repo, can we switch to git?
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.

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1924
Re: Change to C++17?
« Reply #16 on: September 17, 2026, 07:56:14 pm »
Would tickets be moved also?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6234
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Change to C++17?
« Reply #17 on: Today at 03:57:25 am »
Would tickets be moved also?

If the git means github, then I found that there are some project which can import sourceforge ticket to github, something like: Ajnasz/sf2gh: Move sourceforge tickets to github or cmungall/gosf2github: migrates tickets to GH from SF.

I don't want to use SVN, because SVN can't let me create a serial of patches.  :(
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.