"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d495c5340d57a30a83496e6e9794b8bc746f99ad"
In ms mode, a move assignment operator shouldn't mark a copy ctor as deleted.
MSVC2010's pair class has a move assignment operator but no explicit copy constructor, which makes it unusable without this change. For symmetry, let move copy constructors not mark the default assignment operator as deleted either. Both changes match cl.exe's behavior. Fixes pr11826. Also update the standard excerpt to point to the right paragraph. llvm-svn: 148675
Loading
Please register or sign in to comment