Closed RichardPortelli closed 2 years ago
Thanks,It looks good to me! Maybe we can replace MAX_SCORPIO with something that is shorter like MAXT or something ?
Thanks,It looks good to me! Maybe we can replace MAX_SCORPIO with something that is shorter like MAXT or something ?
Yes of course :) Usually I prefer to give really explicit names but it's completely fine ;)
Ok we can keep MAX_SCORPIO :) It looks like the workflow fun is failing -- apparently the template type checking is too strong and prevents MAX between an integer and enum type.
Damn sorry I forgot these casts :
Now it compiles but then there is a segmentation fault?
Now it compiles but then there is a segmentation fault?
Check the comment I made regaring MAX and MIN being switched.
Now it compiles but then there is a segmentation fault?
Check the comment I made regaring MAX and MIN being switched.
THe only comment I see is this one "Ok we can keep MAX_SCORPIO :) It looks like the workflow fun is failing -- apparently the template type checking is too strong and prevents MAX between an integer and enum type."
Hello Daniel, I hope I didn't forget anything ;) Thanks