ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
52 stars 21 forks source link

Update all projects from C++17 to C++20 standard #145

Closed stevewgr closed 1 year ago

stevewgr commented 1 year ago

Description

Update all projects from C++17 to C++20 standard.

Let's now encourage in this codebase modern C++ using:

Of course there are many good features added with this version, so please have a look here: https://www.geeksforgeeks.org/features-of-c-20/

xGuTeK commented 1 year ago

Good job ;)

stevewgr commented 1 year ago

Build passing: https://github.com/ko4life-net/ko/actions/runs/3256080075/jobs/5346076816

Also tested everything locally. All seems to be in order.

Merging. 🚀