Skip to content

Modernize Ranges usage in ResizableDirectMemoryBase #90

Description

@konard

Location: cpp/Platform.Memory/ResizableDirectMemoryBase.h:78

Current code:

// TODO: Use modernize Ranges version
Ensure::Always::ArgumentInRange(value, Range(0, _reservedCapacity));

Issue:
The current code uses an older Ranges API and should be updated to use the modernized version.

Suggestion:
Update the Range usage to follow the modern Ranges API conventions and patterns.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions