Skip to content

Create til namespaces shorthanding the chromium safe math #4179

@miniksa

Description

@miniksa

We may actually want to namespace a bunch of this stuff into til (with using), more than what @lhecker's already suggested. It'll make us more robust if we ever do want to change things up in the future, and avoid littering chromium::numerics::whatever all over every part of the code.

Originally posted by @DHowett-MSFT in #4144 (comment)

This represents putting something like til::saturated<T> as the shorthand for the chromium::numerics::ClampedNumeric<T> and so forth for the other representations per @DHowett-MSFT's comment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-CodeHealthIssues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.Help WantedWe encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.Needs-AttentionThe core contributors need to come back around and look at this ASAP.Needs-Tag-FixDoesn't match tag requirementsProduct-MetaThe product is the management of the products.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions