generate_parameter_library icon indicating copy to clipboard operation
generate_parameter_library copied to clipboard

Exception when using lt<> and gt<> together / exclusive bounds<>?

Open sharminramli opened this issue 11 months ago • 1 comments

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?

sharminramli avatar Feb 17 '25 10:02 sharminramli