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
For C++ they should be just inline not static, otherwise you get (probably harmless) ODR violations when calling the debug_break function from function templates or inline functions.
The text was updated successfully, but these errors were encountered:
For C++ they should be just
inline
notstatic
, otherwise you get (probably harmless) ODR violations when calling thedebug_break
function from function templates or inline functions.The text was updated successfully, but these errors were encountered: