Skip to content
Snippets Groups Projects
Verified Commit 2017b32f authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix bug in macro processor with short circuit operators || and &&

parent 8f78113b
No related branches found
No related tags found
No related merge requests found
Subproject commit 5c081db76f480a508d856d06f9703d69ec857107
Subproject commit 8dc70602c8122622406a146bf28e486f553768bc
......@@ -218,5 +218,9 @@ stoch_simul;
@#error "Error in cast of string to bool"
@#endif
@#if !(true || "A") || (0 && "A")
@#error "problem with short circuit || or && operator"
@#endif
@#echomacrovars(save)
@#echomacrovars
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment