Re: boost.python iterators
Dirk Steenpass <[email protected]>
| Newsgroups | gmane.comp.python.c++,gmane.comp.lib.boost.langbinding |
|---|---|
| Message-ID | <[email protected]> |
[snip] > The following snippet illustrates that return_internal_reference can be > used for a simple user defined type but not for the fundamental int. [snip] Probably, because it makes no sense to return an immutable object by reference... (fool, indeed ;-). cheers, dirk