Skip to content

Modernize Ranges usage in ResizableDirectMemoryBase #90

@konard

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.

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