boostorg / boostorg/python

`no_proxy_helper` should not access `Container::value_type`

未關閉
#419 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
C++
星號
537
分支
223
平均合併
11 小時 22 分鐘
30 天內合併 PR
2

描述

[see code here](https://github.com/boostorg/python/blob/master/include/boost/python/suite/indexing/detail/indexing_suite_detail.hpp#L487)

Some containers may not provide proper `value_type` member, and the user can still manually passing its element type as `Key` or `Data` template parameter to `indexing_suite`. So `indexing_suite` already know the container's value type, and does not need containers to have `::value_type`. Its detailed implementation should then directly reading it from `indexing_suite`, not from `Container::value_type` again.

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

Read include/boost/python/suite/indexing/detail/indexing_suite_detail.hpp around line 487, then trace how indexing_suite receives the element type through its Key or Data template parameters. Confirm that the implementation no longer requires Container::value_type, and verify that containers without a suitable value_type remain supported.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
cpp
領域
api
Issue 類型
缺陷
難度
2/5
預估耗時
1-3 小時
活躍度
停滯
描述清晰度
描述清楚
新手友好度
45/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。