tomeichlersmith / hdtree

columnar, ragged data with a dynamic, runtime-defined schema
https://tomeichlersmith.github.io/hdtree/
2 stars 1 forks source link

make Boost optional for C++ API #12

Open tomeichlersmith opened 1 year ago

tomeichlersmith commented 1 year ago

currently, Boost is only being used for de-mangling purposes within the C++ API. We could very easily make Boost an optional dependency by also making the de-mangling within error messages optional.