mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This constructor is unsafe, as it allows creating a `std::span` with a count higher than the size of the sequence of objects it refers to. Therefore, when hardening is enabled, an out-of-bounds access won't trap. We make it deprecated to discourage its use.
48 KiB
48 KiB