mirror of
https://github.com/boostorg/unordered.git
synced 2026-04-19 07:58:52 +02:00
'operator=' even when an 'operator=' which takes its argument by value has been defined. This causes assignments to be ambiguous. To work around this, I'm removing the definitions on those compilers - breaking move assignment, but allowing other assignments to work. I'm using 0x0593 because that's the earliest compiler that I've seen do the right thing, but it might also work on earlier 5.9.x versions. Refs #1923. [SVN r45573]