Skip to content

C++ enum values missing qualifier #26

@adamski

Description

@adamski

The enum values in the switch statement (Success, ErrorInvalidInput, etc.) are being used without the SyncResult:: prefix or proper scoping. While this might work due to C++'s enum scoping rules, it's inconsistent with C++ best practices. Consider either using the enum class syntax or explicitly qualifying the enum values as SyncResult::Success, SyncResult::ErrorInvalidInput, etc.

Originally posted by @Copilot in #19 (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