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
Correct get_declaration_of not to skip first symbol
When lookig backward there for loop will never check symbols.cbegin()
as it is excluded by `i != symbols.cbegin()` condition.
Change normal iterators to `std::reverse_iterator`.
0 commit comments