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

Add noexcept keyword to move constructor where it is possible #78

Open
chokobole opened this issue Oct 6, 2023 · 0 comments
Open

Add noexcept keyword to move constructor where it is possible #78

chokobole opened this issue Oct 6, 2023 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@chokobole
Copy link
Contributor

chokobole commented Oct 6, 2023

Issue type

Feature Request

Current behavior?

Some of constructors that is able to be attached with noexcept remains without it.

Expected Behavior?

Add noexcept to move constructors.

Additional context

https://google.github.io/styleguide/cppguide.html#noexcept

@chokobole chokobole self-assigned this Oct 6, 2023
@chokobole chokobole added the feature New feature or request label Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant