[libcxx] Qualify make_move_iterator in vector::insert for input iterators
Unqualified calls to make_move_iterator in the vector::insert overload for input iterators lead to ADL issues: https://gcc.godbolt.org/z/bmcNbh Patch by Logan Smith. Differential Revision: https://reviews.llvm.org/D74290
Loading
Please sign in to comment