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
C++17 support for [[nodiscard]] raised a case of usage of string
concatenation (+ operator) discarding the result, causing an error.
This commit changes the + operator with a +=.
0 commit comments