Alexander Knieps

Results 5 comments of Alexander Knieps

It is not just the brand information that is missing (I don't think that this would be an issue, as enums are entirely unbranded). The code does not pass back...

I've made a reproduction example to show the exact issue. Stack trace entry 6 shows the nature of the issue, as it contains an invalid binding. The binding is of...

After sleeping over this, I noticed I might not have fully thought this through. The way this is written right now, it binds the brand parameters to the RawBrandedSchema pointer...

For parameterless types, that would work. However, the code I am using also has some branded types (which are really important), so I would have to figure out how to...

I personally have no preference concerning the method through one would expose the copy operation, but right now there appears to be no consistent way to do so at all....