You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make auto-discovery error message handling more failsafe
Currently it is too easy to fill the stringstream err_ss with an error
message but forget to assign the contents to the string err_str.
Reduce scope of stringstream err_ss to where it is used to make such
mistakes more obvious. In C++20, this may be replaced with std::format().
Signed-off-by: Peter Colberg <[email protected]>
0 commit comments