swift
8d06ca7f
- Prefer std::copy_n over std::copy where appropriate.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commit
2 years ago
Prefer std::copy_n over std::copy where appropriate. std::copy_n saves us from having to do the addition manually.
References
#64437 - Prefer std::copy_n over std::copy where appropriate.
Author
AZero13
Committer
AZero13
Parents
3e79583e
Files
6
include/swift/Basic
StableHasher.h
lib/AST/RequirementMachine
Term.cpp
stdlib
include/llvm/ADT
SmallVector.h
public/LLVMSupport
SmallPtrSet.cpp
toolchain/Compatibility51
Concurrent.h
tools/swift-stdlib-tool
swift-stdlib-tool.cpp
Loading