MSRevive / MasterSwordRebirth

Continuation of Master Sword Classic/Continued.
https://msrebirth.net/
Other
9 stars 6 forks source link

Update to newer C++ standard #203

Open SaintWish opened 1 year ago

SaintWish commented 1 year ago

Would be nice if we could update the C++ standard to c++20 or such. Unfortunately, that means we might have to stop using VPC or use a leaked VPC code instead that supports C++20, because I think the current VPC doesn't support anything above C++14.

https://github.com/FriskTheFallenHuman/VPC

SaintWish commented 9 months ago

Ties this in https://github.com/MSRevive/MasterSwordRebirth/issues/204