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
The assertion logic currently uses #defines heavily. Alternatively, we could've made template structs and stick the static_asserts in the structs. You can then use these as default template arguments (similar to enable_if) or as using declarations inside functions or classes.
Evaluate, discuss and implement or invalidate.
The text was updated successfully, but these errors were encountered:
The assertion logic currently uses #defines heavily. Alternatively, we could've made template structs and stick the static_asserts in the structs. You can then use these as default template arguments (similar to enable_if) or as using declarations inside functions or classes.
Evaluate, discuss and implement or invalidate.
The text was updated successfully, but these errors were encountered: