herzbube / littlego

Little Go. An iOS application that lets you play the game of Go on the iPhone or iPad.
https://littlego.herzbube.ch/
Apache License 2.0
138 stars 54 forks source link

Try to use C++20 #393

Open herzbube opened 1 year ago

herzbube commented 1 year ago

Xcode 13 introduced C++20 support. Try to use it in the project. Search for TODOs in the code that indicate where this may be beneficial. Have a look at libsgfc++ which, I think, also wants to use a higher C++ version for some filesystem stuff.

Possibly this requires going to a newer IPHONEOS_DEPLOYMENT_TARGET, ditching some old devices.