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++17ify nano/ "lib, node, rpc & secure subfolders" #3099

Open
LenWilliamson opened this issue Feb 11, 2021 · 0 comments
Open

C++17ify nano/ "lib, node, rpc & secure subfolders" #3099

LenWilliamson opened this issue Feb 11, 2021 · 0 comments
Assignees

Comments

@LenWilliamson
Copy link

LenWilliamson commented Feb 11, 2021

Hello,

as suggested in this post, I would like to C++17ify everything under the nano/ directory. I will start with lib, node, rpc & secure subfolders. As suggested by @wezrule I will:

  1. Add structured bindings
  2. Add [[nodiscard]] to functions which return a bool
  3. Inline class static variables which are declared in source files

If there are any other C++17 features I should implement, please let me know.

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

4 participants