arvin

Results 2 issues of arvin

Thx for your awesome kernel first. However, as the title mentioned, after I installed cling, everything works fine except the inline help feature. When typing ?std::vector, it always gives me...

In https://github.com/TNG/boost-python-examples/blob/72ea66d3e6200f8bcbaac707069ba708d88d8ee8/06-VirtualFunctionsInPython/virtual.cpp#L36 I knew the [boost python doc](https://www.boost.org/doc/libs/1_68_0/libs/python/doc/html/tutorial/tutorial/exposing.html) said > Take note that we expose both &Base::f and &BaseWrap::default_f. Boost.Python needs to keep track of 1) the dispatch function f...