boostorg / boostorg/python

boost::python map_indexing_suite for boost::container::flat_map<const T*, V>

Đang mở
#217 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
C++
Star
537
Fork
223
Merge trung bình
11 giờ 22 phút
Pull request đã merge (30 ngày)
2

Mô tả

Hello,

I've tried to adapt

`using myfm = boost::container::flat_map;`

with map_indexing_suite

```
class_< myfm, myfm* >("myfm")
.def( map_indexing_suite{} )
;
```

I get a compile errors:
/usr/include/boost/python/detail/invoke.hpp:75:14: error: no match for call to ‘(const boost::python::detail::specify_a_return_value_policy_to_wrap_functions_returning) (const T*)’

what does it mean?

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.