SymbiFlow / uxsdcxx

generate C++ reader/writer from XSD schema
Apache License 2.0
6 stars 2 forks source link

Add const data pointer. #35

Closed litghost closed 4 years ago

litghost commented 4 years ago

This allows interfaces to avoid const casts.

duck2 commented 4 years ago

I thought people would be fine using C-style casts in C++, but seems like that's not the case.