Skip to content

Reminder to change rounding_mode enum definition to move it under _V1 namespace #16086

Open
@AlexeySachkov

Description

@AlexeySachkov

We have a misplaced definition in vector.hpp which doesn't follow our guidelines around ABI handling:

// TODO: Fix in the next ABI breaking windows.
enum class rounding_mode { automatic = 0, rte = 1, rtz = 2, rtp = 3, rtn = 4 };

This issue is submitted as a reminder for us to clean this up in the next ABI-breaking window

Metadata

Metadata

Assignees

No one assigned

    Labels

    abi-breakchange that's breaking abi and waiting for the next window to be able to mergebugSomething isn't workingconfirmed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions