yaml-cpp icon indicating copy to clipboard operation
yaml-cpp copied to clipboard

Use enum class instead of enum, warning: declaration shadows a variable in namespace 'YAML'

Open SandroDickens opened this issue 3 years ago • 0 comments

Use enum class instead of enum, two enumerations cannot share the same names, and enums are not type-safe

SandroDickens avatar Aug 21 '22 03:08 SandroDickens