------- Comment #30 from potswa at mac dot com 2009-10-07 19:57 ------- The FSF receptionist says that the lawyer seems to have taken an unannounced vacation this week. It's now three weeks since I requested the forms (and since he confirmed my request). What is the timeframe we're shooting for?
On an unrelated note, I checked out the bidirectional iterator implementation a couple weeks ago and it seems to be completely extraneous. The forward iterator implementation is very similar to my algorithm, and performs exactly (n - gcd(n,k)) swaps with a linear memory access pattern. The bidirectional implementation always performs (n) swaps and sweeps over the memory range twice, which hurts performance. So, I'd argue for deleting the bidirectional iterator function and letting the forward iterator function handle it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41351