Skip to content
Snippets Groups Projects
Commit a56a072f authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

It is probably some kind of misdeed to say for (i=0;i<2;++i) { A=i?x:y;...

It is probably some kind of misdeed to say for (i=0;i<2;++i) { A=i?x:y; foo(bar(A)); } rather than foo(bar(x)); foo(bar(y)); .  Also, it can confuse tools.

svn:r16777
parent a6ea2b05
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