Skip to content
Snippets Groups Projects
Commit 0d065e73 authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

Solved a bug in the compilation of asserts. Now different behavior depending on the backend:

functional: keep it as is
non func: introduce a fresh local var v and replace assert(e) by v=e; assert (v);
parent 76c7023b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment