-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels