Expression parser should support arithmetic with booleans
Reported by Christopher Stawarz | February 25th, 2013 @ 11:13 AM
Currently, attempting to evaluate the expression
(bool)bool_var + 2
raises an exception. The expression
parser should be changed so that booleans are promoted to integers
for arithmetic.
Comments and changes to this ticket
-
Christopher Stawarz October 3rd, 2014 @ 04:44 PM
- State changed from open to resolved
- Assigned user set to Christopher Stawarz
This was fixed as a result of transitioning the expression parser from
stx::AnyScalar
tomw::Datum
.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The core framework and supporting libraries for the MWorks Suite