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

Implement more functions/classes from nn::sl #354

Merged
merged 28 commits into from
Apr 22, 2024

Conversation

Maschell
Copy link
Contributor

@Maschell Maschell commented Apr 1, 2024

No description provided.

@Maschell Maschell force-pushed the nn_sl_2 branch 2 times, most recently from 80bc51d to 316ceea Compare April 7, 2024 15:50
@Maschell Maschell marked this pull request as ready for review April 7, 2024 15:52

#ifdef __cplusplus

namespace nn::sl {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nested namespaces are only available since C++17. As long as there isn't anything else which requires a newer C++ standard, it probably makes sense to avoid this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gcc doesn't give me a warning/error when using -std=c++11 and -Wall so it might be fine to use it anyway?

…Stream interface properly, rename anonymus namespaces to "details"
@WinterMute WinterMute merged commit f01a0b8 into devkitPro:master Apr 22, 2024
1 check passed
@Maschell Maschell deleted the nn_sl_2 branch April 26, 2024 12:49
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

Successfully merging this pull request may close these issues.

3 participants