-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
Azure.Corecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Milestone
Description
Is your feature request related to a problem? Please describe.
Casting away const is not ok.
Describe the solution you'd like
At one time in this library there was both an az_span (immutable) type and an az_mut_span (mutable) type. For some reason this was done away with and the az_span type was made mutable. This can be a big problem when an az_span is created from a literal string or some other const string.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Azure.Corecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.