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
Currently an empty function gets called but doesn't return a value so at best it segfaults. See here.
One solution in recent standards would be to have some kind of static_assert; but in C++11 I don't know... Maybe to not define it so we get a linker error ?