std::get overloads?
未关闭
- 主要语言
- C++
- 星标
- 24
- 派生
- 55
- PR 合并指标
- 30 天内没有已合并 PR
描述
Defining overloads in `namespace std` is undefined behavior, so I'm wondering why we're adding overloads of `std::get` for `boost::array`. Since we aren't specializing `std::tuple_size` or `std::tuple_element`, these overloads would never be used anyway, even if they were legal.
贡献指南
这个仓库没有索引到贡献指南
调研方向
No file or test is named in the issue. Start by locating the boost::array std::get overloads and the std::tuple_size/std::tuple_element declarations, then inspect related tests and project conventions; done means the legality and usability concern has an explicit resolution.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- backend-api-design
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100