mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The default move constructor and move assignment operator of AnyRequest would leave the source object in an odd state that’s destructible but does not maintain the invariant that all “normal” states store a real instance. This state breaks DenseMap, which assumes that a moved-from object is still washable.
7.5 KiB
7.5 KiB