NatronGitHub / Natron

Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
http://NatronGitHub.github.io
GNU General Public License v2.0
4.72k stars 343 forks source link

Upgrade Natron's minimum C++ version to c++17. #984

Closed acolwell closed 4 months ago

acolwell commented 4 months ago

Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. Additionally, make sure you've done all of these things:

PR Description

What type of PR is this? (Check one of the boxes below)

What does this pull request do?

Updates to C++17 as the minimum C++version. Libraries like OpenImageIO are heading towards this as their minimum version and it is the minimum version for the VFX Reference Platform.

Have you tested your changes (if applicable)? If so, how?

Yes. Installer still builds and passes all tests.