boostorg / boostorg/signals2

Mark move ctors/assignment and swap noexcept

Open
#43 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.