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