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
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Standard C++ issue: single argument constructors are almost always meant to be marked "explicit" in order to avoid unintended implicit conversions (https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=3416). Any static analyser should pick this up too.