aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-01-23 03:19:29 +0000
committerNico Weber <nicolasweber@gmx.de>2012-01-23 03:19:29 +0000
commitafcc96a20029ac9009feefbc555a4f9d923e3e06 (patch)
treee623e4b0c2d6249b2e2f80735182686dadad1098 /lib/Driver/Tools.cpp
parent8c382060c9e6668a94f1485dd16f012cda526c5f (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
0 files changed, 0 insertions, 0 deletions