Change pair::swap(pair&) to call ADL swap instead of iter_swap; this fixes an...
Change pair::swap(pair&) to call ADL swap instead of iter_swap; this fixes an obscure bug having to do with overloaded operator&. Fixes PR#24890 llvm-svn: 248304
Loading
Please sign in to comment