arossato
arossato
I confess I'm a bit confused since I was not aware of the fact that the Embedded Citation Object Format had been proposed, so I'm quickly reviewing the relevant documentation...
you can find the last ntk code here: https://github.com/falkTX/ntk if you compile non-daw with gcc-11 append "std=c++14" to the CXXFLAGS, otherwise the sequencer will not build.
> Another problem is that constructing records with `T{a=1, b=2}` no longer seems to work. I'll fix that too. This is a bit embarrassing, because I thought that correctly handling...
> This doesn't quite work. If you remove the export list from the ExistField test the compiler gets an `impossible`, because a field is missing when generating the export. >...