Skip to content

src: mark as noexcept where appropriate

Mark move constructors and move assignment operators as noexcept to allow for further optimization by the compilers.

Merge request reports

Loading