Mark move ctors/assignment and swap noexcept
Open
- Dominant language
- C++
- Stars
- 89
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
In connection and signal classes, move constructors/assignment and `swap` are not marked `noexcept`, which prevents the user's types that have objects of these types as members to have `noexcept` constructors/assignment. It also prevents optimizations in standard library containers.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.