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
the query iterators currently dereference to child_iterator::reference, but would be cleaner to dereference to a child_iterator so you can get bounds from this
The text was updated successfully, but these errors were encountered:
the query iterators currently dereference to
child_iterator::reference
, but would be cleaner to dereference to achild_iterator
so you can get bounds from thisThe text was updated successfully, but these errors were encountered: