boostorg / boostorg/program_options
More robust common_config_file_iterator
オープン
- 主要言語
- C++
- スター
- 136
- フォーク
- 117
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
common_config_file_iterator::common_config_file_iterator has a little problem: One of the args is std::set, which is incompatible between libc++ and libstdc++. As a result, the function, if compiled with {GCC, Clang}, is incompatible with {Clang, GCC). This can be fixed without breaking anything by moving it to the header part and declaring it static. What are your opinions about it?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
common_config_file_iterator の宣言と定義を特定し、その std::set 引数がコンパイル済みインターフェースをどのようにまたぐかを調べます。GCC と Clang でビルドを比較し、実装を header に移して static として宣言しても互換性が保たれることを確認します。報告された非互換性なしに、これらのコンパイラーの組み合わせでイテレーターを使用できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- cli, compilers
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100