Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++11 Support #94

Closed
DanTheMan827 opened this issue Sep 7, 2022 · 1 comment
Closed

C++11 Support #94

DanTheMan827 opened this issue Sep 7, 2022 · 1 comment

Comments

@DanTheMan827
Copy link
Contributor

DanTheMan827 commented Sep 7, 2022

Given that the only thing keeping the engine from compiling with C++11 is filesystem, perhaps it would be possible to replace it with either C++11 code or gulrak file system instead?

I’ve successfully compiled with this in C++11 standards mode for an older ARM Linux system

https://github.com/gulrak/filesystem

@stxticOVFL stxticOVFL transferred this issue from RSDKModding/Sonic-Mania-Decompilation Sep 20, 2022
@stxticOVFL
Copy link
Collaborator

std::filesystem is only required when using the mod loader, so I won't add an extra dependency for it. However, this is a very good resource for ports, so I will pin this issue. Thank you!

@stxticOVFL stxticOVFL closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2022
@stxticOVFL stxticOVFL pinned this issue Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants