I think this might be a big obstacle, so until it's sorted out, next week I will do something else. Either: 1. Get rid of SubsetStack, make adding subsets immutable, and allow ranges `view(features, Range(a, b))`. Afterwards get rid of `dot_range` and `dot_range_subset`. 2. or, checkout `spdlog` as a candidate for replacing current IO.
On Sun, Jul 14, 2019 at 10:21 PM Ahmed Essam <theartful...@gmail.com> wrote: > Hello all, > > I played with swig today trying to get multiple inheritance to work (it > would've been also useful for ShogunEnv PR). But it's not possible out of > the box with C# and Java unless we expose explicitly the needed functions > using %extend directive. I don't know yet how to solve this problem. > > Thanks, > Ahmed Essam. >