Add noexcept
keyword to move constructor where it is possible
#78
Labels
feature
New feature or request
noexcept
keyword to move constructor where it is possible
#78
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
The text was updated successfully, but these errors were encountered: