mattgodbolt / xania

Xania MUD source
Other
58 stars 13 forks source link

Officially switch to C++20 #282

Closed frederic-tingaud-sonarsource closed 2 years ago

frederic-tingaud-sonarsource commented 2 years ago

The project is already using C++20 features. It's just that GCC10 is a little too lenient on that.

That switch adds a few more constraints on fmt.

frederic-tingaud-sonarsource commented 2 years ago

The C++20 pattern that was already there: https://godbolt.org/z/6sWv1K7e3

snellers commented 2 years ago

Nice!