We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since bounds<> is inclusive I tried using lt<> and gt<> together to achieve an exclusive bounds check, but I get the following error:
[node-1] terminate called after throwing an instance of 'std::length_error' [node-1] what(): Exceeded upper bound
Is this something worth fixing or are there plans to add an exclusive bounds check?
The text was updated successfully, but these errors were encountered:
We have the same problem. We want to have a bound that is ]a, b].
gt<>: a lt_eq<>: b
throws the error described above.
Sorry, something went wrong.
No branches or pull requests
Since bounds<> is inclusive I tried using lt<> and gt<> together to achieve an exclusive bounds check, but I get the following error:
Is this something worth fixing or are there plans to add an exclusive bounds check?
The text was updated successfully, but these errors were encountered: