-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Conversation
80bc51d
to
316ceea
Compare
|
||
#ifdef __cplusplus | ||
|
||
namespace nn::sl { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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"
…ionTransferRecordPath
…tabase::Unregister
No description provided.