|
Boost : |
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-08-31 15:50:52
----- Original Message -----
From: "Martin Blais" <blais_at_[hidden]>
>
> hello gang
>
> Any idea why boost::python::list::size() is not const?
>
> Its implementation just does:
>
> std::size_t list::size()
> {
> return PyList_Size(get());
> }
>
> and get() is const in class object.
>
> bug?
Probably.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk