Browse Source
Constant expression like "2 ** 3" will now be folded, and the special form "X = const(2 ** 3)" will now compile because the argument to the const is now a constant. Fixes issue #5865.pull/5891/head
Damien George
5 years ago
3 changed files with 15 additions and 4 deletions
Loading…
Reference in new issue