Nicolas Cornu

Results 113 comments of Nicolas Cornu

I wonder if you can do: ```c++ namespace HighFive { namespace details { template struct inspector: inspector {}; } } ```

The only problem I can see is when choosing to using the auto-serialisation and when choosing the normal serialisation? The normal serialisation - more specific - will always be faster...

You would like that Attribute inherit from Slice_traits?

`pkg-config` is useful to compile easily without cmake. Example: `g++ $(pkgconfig --cflags --libs highfive) main.cpp`

Really interesting (in my head since a long time). The last API seems the best we can have `HighFive::ArrayType` Why `3` because you can have a `vector`. I will try...

Current error in tests is ``` test/pytest_coreneuron/test_a_neuronoptions.py . [ 1%] test/pytest_coreneuron/test_basic.py .............F.... [ 20%] test/pytest_coreneuron/test_bbss.py . [ 21%] test/pytest_coreneuron/test_coreneuron_configuration.py . [ 22%] test/pytest_coreneuron/test_fast_imem.py ... [ 25%] test/pytest_coreneuron/test_hoc_po.py ........ [ 34%]...

I never changed this one because Ubuntu still have old bison, IIRC

https://github.com/BlueBrain/nmodl/issues/954 See that

Why? Can you be more clear on errors or the way you try to install it?

Do we really think that it will decrease build time? The cpp file?