WarmUpTill / SceneSwitcher

An automation tool for OBS Studio
https://obsproject.com/forum/resources/automatic-scene-switching.395/
GNU General Public License v2.0
979 stars 77 forks source link

Potentially switch to C++20 #906

Open Destroy666x opened 1 year ago

Destroy666x commented 1 year ago

Is your feature request related to a problem? Please describe. One reason to switch is using enum SomeEnum syntax for switch which shortens some of them by a lot. Not a big deal and any sort of big priority.

Describe the solution you'd like Switch to C++20 and see if it works

Describe alternatives you've considered -

Additional context -

Destroy666x commented 11 months ago

Another nice functionality to use with structs: https://www.cppstories.com/2021/designated-init-cpp20/