Fix PR22366. When move-constructing an associative container and explicitly...
Fix PR22366. When move-constructing an associative container and explicitly passing an allocator that compares different, we were not calling the destructor of the elements in the moved-from container. llvm-svn: 227359
Loading
Please sign in to comment