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
[C++17] Merge upsteam change for Don't use std::iterator in PATH.h (#5483)
Merge upstream change
llvm/llvm-project@91c8daf
In converting this over to iterator_facade_base, some member
operators and methods are no longer needed since iterator_facade
implements them in the base class using CRTP.
This is part of enable C++17.
0 commit comments