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 has been archived by the owner on Sep 7, 2019. It is now read-only.
When submitting an invalid number of arguments to AABB with the varargs constructor, a range violation is thrown. This is normal behavior, but it would be best for the user if they were told that their construction was invalid. I think this should best be done compile time, with static if.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When submitting an invalid number of arguments to AABB with the varargs constructor, a range violation is thrown. This is normal behavior, but it would be best for the user if they were told that their construction was invalid. I think this should best be done compile time, with static if.
The text was updated successfully, but these errors were encountered: