Re: [Bug-apl] UserFunction_header::remove_duplicate_local_var
Hi Kevin, thanks, fixed in SVN 691. /// Jürgen On 11/21/2015 09:13 AM, Kevin Anderson wrote: Sorry about that last; accidentally sent in mid-compose! Here's how it should hav
[Bug-apl] UserFunction_header::remove_duplicate_local_var
Sorry about that last; accidentally sent in mid-compose! Here's how it should have read. In remove_duplicate_local_var, Suggest: while (pos < local_vars.size(); ++pos) {if (sym == local_vars[pos]) {local_vars[pos] = local_vars.back(); local_vars.pop_back();