stephenberry / glaze

Extremely fast, in memory, JSON and interface library for modern C++
MIT License
1.24k stars 124 forks source link

Put fast_float and dragonbox into glz namespace #1398

Closed amosbird closed 1 month ago

amosbird commented 1 month ago

Move fast_float and dragonbox libraries under glz namespace to prevent version conflicts when projects using different versions of these dependencies are linked together. This change improves compatibility and reduces potential linking issues.

stephenberry commented 1 month ago

Thanks for this, it's a smart change.