[julia-users] Re: Cxx.jl: Creating a templated class

2016-07-10 Thread Jan Strube
Edit: The cxx line is not valid C++. cxx"""UTIL::CellIDDecoder($(collection.coll)) x; should of course read: cxx"""UTIL::CellIDDecoder x($(collection.coll)); Nevertheless, the icxx call seems valid, so I still don't understand why this isn't working. Any insight is greatly

[julia-users] Re: Cxx.jl: Creating a templated class

2016-07-06 Thread Jan Strube
Is this in any way related to https://github.com/Keno/Cxx.jl/issues/212 ? Any pointer what this means? ERROR: LoadError: Creating LLVM constants for type `T` not implemented yet On Monday, July 4, 2016 at 10:09:34 PM UTC-7, Jan Strube wrote: > > What's the right way to create a templated class

[julia-users] Re: Cxx.jl: Creating a templated class

2016-07-04 Thread Jan Strube
things --> thinks... Obviously, I didn't On Monday, July 4, 2016 at 10:09:34 PM UTC-7, Jan Strube wrote: > > What's the right way to create a templated class on the C++ side with Cxx? > > I have an LCCollection > ,