Skip to content

fix: remove noexcept of copy assignment operator

Copy assignment operator is implicitly deleted as std::string does not follow the noexcept specifier

Merge request reports

Loading