You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename is_iota to is_ptr and is_iota_any to is_iota
These names still aren't good (is_iota means 'is sequence view') but at least
is_ptr is better than before.
* ra/ply.hh: As stated.
* ra/ra.hh, test/iota.cc: Fix uses.
// FIXME doesn't work because opt() works on Map and the leaves of that are Views' iterators which aren't is_iota_any, not the Views themselves which are.
122
+
// FIXME doesn't work because opt() works on Map and the leaves of that are Views' iterators which aren't is_iota, not the Views themselves which are.
0 commit comments