Files
swift-mirror/include/swift/AST/AnyRequest.h
Saleem Abdulrasool d9aaaed6d2 AST: remove extra copy constructors
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.
2018-09-16 10:55:43 -07:00

8.8 KiB