cginternals / cginternals/cppfs
Use enum class instead of enum
未关闭
- 主要语言
- C++
- 星标
- 514
- 派生
- 73
- PR 合并指标
- 30 天内没有已合并 PR
描述
https://github.com/cginternals/cppfs/blob/e6b03ac2f4d919497acec121dc4df0b69c591257/source/cppfs/include/cppfs/cppfs.h#L16
3 definitions in that file. I'm sure that there are another usages of `enum` in the project
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 source/cppfs/include/cppfs/cppfs.h 中链接的那一行开始,检查其中提到的三个 enum 定义。在仓库中搜索其他 enum 用法,然后确认相关声明都一致地使用 enum class,并验证项目仍能成功构建。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- operating-systems
- Issue 类型
- 重构
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100