Skip to content
Commit 0a0260a6 authored by Vincent PINON's avatar Vincent PINON
Browse files

krazy fix: const ref in foreach

git grep -l 'foreach(\([^c][^o]\w\+\) \(\w\+\),' \
| xargs sed -i 's/foreach(\([^c][^o]\w\+\) \(\w\+\),/foreach(const \1 \&\2,/'
parent 0e48c4a4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment