AaronRobinsonMSFT / DNMD

Reimplementation of ECMA-335 metadata APIs
MIT License
16 stars 3 forks source link

Change the "data to write" parameters in `md_set_column_value_as_*` methods to be const. #43

Closed jkoritzinsky closed 8 months ago

jkoritzinsky commented 8 months ago

This is more correct as we do not change these values and we don't want to. This also enables a little cleanup in my IMetaDataEmit branch.