mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Visual Studio objects with the following: ``` AST/AnyRequest.h(243): error: C2580: 'swift::AnyRequest::AnyRequest(const swift::AnyRequest &)': multiple versions of a defaulted special member functions are not allowed AST/AnyRequest(243): warning C4521: 'swift::AnyRequest': multiple copy constructors specified ``` Remove the non-const implementation, the default'ed definition should be sufficient. Additionally, remove the nonsense const move constructor.
8.8 KiB
8.8 KiB